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

@ -12,6 +12,9 @@
"types",
"vetur"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"bootstrap": "yarn || npm i",
"dev": "vant-cli dev",

View File

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