|
|
@@ -4,10 +4,10 @@
|
|
|
"version": "1.0.2-5",
|
|
|
"author": "yangzhijie1488 <yangzhijie1488@163.com>",
|
|
|
"scripts": {
|
|
|
- "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
|
|
|
+ "ins": "npm install --registry=https://npm.leanwo.com -force",
|
|
|
"dev": "cross-env webpack serve --config ./webpack.dev.js",
|
|
|
"build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress",
|
|
|
- "pub": "npm publish --registry http://wuzhixin.vip:4873/"
|
|
|
+ "pub": "npm publish --registry https://npm.leanwo.com/"
|
|
|
},
|
|
|
"files": [
|
|
|
"package.json",
|
|
|
@@ -69,6 +69,6 @@
|
|
|
},
|
|
|
"publishConfig": {
|
|
|
"access": "public",
|
|
|
- "registry": "http://wuzhixin.vip:4873/"
|
|
|
+ "registry": "https://npm.leanwo.com/"
|
|
|
}
|
|
|
}
|