|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "pc-component-v3",
|
|
|
- "version": "2.0.4",
|
|
|
+ "version": "2.0.5",
|
|
|
"description": "",
|
|
|
"main": "dist/pc-component-v3.js",
|
|
|
"scripts": {
|
|
|
@@ -8,7 +8,7 @@
|
|
|
"build": "cross-env NODE_ENV=production webpack --mode=production --config webpack.prod.js --progress",
|
|
|
"lib": "cross-env NODE_ENV=production webpack --progress --config webpack.lib.js",
|
|
|
"test": "jest",
|
|
|
- "pub": "npm publish --registry http://wuzhixin.vip:4873/"
|
|
|
+ "pub": "npm publish --registry https://npm.leanwo.com/"
|
|
|
},
|
|
|
"directories": {
|
|
|
"dist": "dist"
|
|
|
@@ -52,6 +52,6 @@
|
|
|
},
|
|
|
"publishConfig": {
|
|
|
"access": "public",
|
|
|
- "registry": "http://wuzhixin.vip:4873/"
|
|
|
+ "registry": "https://npm.leanwo.com/"
|
|
|
}
|
|
|
}
|