fix(Popover): failed to compile

This commit is contained in:
chenjiahan
2020-11-25 21:50:55 +08:00
committed by neverland
parent c8ef32d344
commit f3ad7ed1a7
4 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,8 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "rollup --config rollup.config.js --watch",