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", "types",
"vetur" "vetur"
], ],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": { "scripts": {
"bootstrap": "yarn || npm i", "bootstrap": "yarn || npm i",
"dev": "vant-cli dev", "dev": "vant-cli dev",

View File

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