We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eba203 commit 248a14fCopy full SHA for 248a14f
package.json
@@ -14,21 +14,6 @@
14
"debug": "babel-node --inspect-brk ./src/index.js",
15
"semantic-release": "semantic-release"
16
},
17
- "@pika/pack": {
18
- "pipeline": [
19
- [
20
- "@pika/plugin-standard-pkg",
21
- {
22
- "exclude": [
23
- "test/**/*"
24
- ]
25
- }
26
- ],
27
28
- "@pika/plugin-build-node"
29
30
31
- },
32
"keywords": [
33
"payment",
34
"gateway",
@@ -64,6 +49,6 @@
64
49
"url": "https://github.com/hiddenboox/gateway-payu.git"
65
50
66
51
"publishConfig": {
67
- "access": "restricted"
52
+ "access": "public"
68
53
}
69
54
0 commit comments