Skip to content

Commit 4b8d1d9

Browse files
committed
fix: package.json
1 parent a60b08a commit 4b8d1d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@js-ak/test-dep-43",
33
"version": "1.0.0",
44
"description": "test-dep-43",
5+
"publishConfig": {
6+
"access": "public",
7+
"registry": "https://registry.npmjs.org/"
8+
},
59
"main": "index.js",
610
"scripts": {
711
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)