chore(use): add publishConfig registry

This commit is contained in:
chenjiahan 2020-09-27 17:39:48 +08:00
parent 791c7f0b98
commit 8b7ab7ab9d

View File

@ -13,7 +13,8 @@
"release": "yarn build && release-it"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-use",