|
|
@@ -1,14 +1,14 @@
|
|
|
{
|
|
|
"name": "client-eam-v5",
|
|
|
"description": "Leanwo Prodog Client",
|
|
|
- "version": "1.0.2",
|
|
|
+ "version": "1.0.3",
|
|
|
"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",
|
|
|
"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",
|
|
|
@@ -57,7 +57,7 @@
|
|
|
},
|
|
|
"publishConfig": {
|
|
|
"access": "public",
|
|
|
- "registry": "http://wuzhixin.vip:4873/"
|
|
|
+ "registry": "https://npm.leanwo.com/"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "https",
|