Skip to content

Commit d7e8339

Browse files
authored
Update package.json
1 parent 9d5b0ce commit d7e8339

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"dev": "rollup -c -w",
2525
"lint-staged": "lint-staged"
2626
},
27-
"private": false,
2827
"keywords": [
2928
"websocket",
3029
"client",
@@ -35,6 +34,10 @@
3534
],
3635
"author": "coderlzw <[email protected]>",
3736
"license": "MIT",
37+
"private": false,
38+
"publishConfig": {
39+
"registry": "https://registry.npmjs.org/"
40+
},
3841
"repository": {
3942
"type": "git",
4043
"url": "git+https://github.com/coderlzw-cn/websocket.git"

0 commit comments

Comments
 (0)