|
|
@@ -1,15 +1,15 @@
|
|
|
{
|
|
|
"name": "client-base-v5",
|
|
|
"description": "Leanwo Prodog Client",
|
|
|
- "version": "1.0.7",
|
|
|
+ "version": "1.0.8",
|
|
|
"author": "yangzhijie1488 <yangzhijie1488@163.com>",
|
|
|
"scripts": {
|
|
|
- "ins": "npm install --registry http://wuzhixin.vip:4873",
|
|
|
+ "ins": "npm install --registry https://npm.leanwo.com",
|
|
|
"dev": "cross-env webpack serve --config ./webpack.dev.js",
|
|
|
"remotedev": "cross-env remoteDevPort=8081 node server.js",
|
|
|
"build-lib": "cross-env NODE_ENV=production webpack --progress --config ./webpack.lib.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",
|
|
|
@@ -58,7 +58,7 @@
|
|
|
},
|
|
|
"publishConfig": {
|
|
|
"access": "public",
|
|
|
- "registry": "http://wuzhixin.vip:4873/"
|
|
|
+ "registry": "https://npm.leanwo.com/"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "http",
|