dfws-ve-taro-request 0.0.3 → 0.0.4
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 +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "dfws-ve-taro-request",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.4",
|
4
4
|
"description": "东方网升最佳东方小程序Taro公共请求方法",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"browser": "dist/index.umd.js",
|
@@ -9,8 +9,9 @@
|
|
9
9
|
"types": "global.d.ts",
|
10
10
|
"scripts": {
|
11
11
|
"test": "jest",
|
12
|
-
"build": "cross-env NODE_ENV=production rollup -c",
|
12
|
+
"build:component": "cross-env NODE_ENV=production rollup -c",
|
13
13
|
"build-dev": "cross-env NODE_ENV=development rollup -c",
|
14
|
+
"build": "yarn run build:component",
|
14
15
|
"unit": "jest --coverage"
|
15
16
|
},
|
16
17
|
"repository": {
|