zbcx_ckyc 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zbcx_ckyc",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "ZGIS成矿预测",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./dist/lib/index.umd.min.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"build": "vue-cli-service build",
|
|
20
20
|
"lint": "vue-cli-service lint",
|
|
21
21
|
"cxlib": "rollup --config build/webpack.config.prod.js",
|
|
22
|
-
"comlib": "vue-cli-service build --target lib --formats umd-min --name index --dest
|
|
22
|
+
"comlib": "vue-cli-service build --target lib --formats umd-min --name index --dest . src/index.js",
|
|
23
23
|
"prepare": "husky install"
|
|
24
24
|
},
|
|
25
25
|
"lint-staged": {
|