chore: add publish config

This commit is contained in:
chenjiahan
2020-09-26 22:45:59 +08:00
parent a872a070e4
commit c77bf803cb
2 changed files with 5 additions and 1 deletions

View File

@@ -11,7 +11,8 @@
"node": ">=10"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "tsc --watch",