Skip to content

Commit 248a14f

Browse files
committed
fix: 🐛 open lib
1 parent 8eba203 commit 248a14f

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

package.json

+1-16
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@
1414
"debug": "babel-node --inspect-brk ./src/index.js",
1515
"semantic-release": "semantic-release"
1616
},
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-
},
3217
"keywords": [
3318
"payment",
3419
"gateway",
@@ -64,6 +49,6 @@
6449
"url": "https://github.com/hiddenboox/gateway-payu.git"
6550
},
6651
"publishConfig": {
67-
"access": "restricted"
52+
"access": "public"
6853
}
6954
}

0 commit comments

Comments
 (0)