jufubao-mall 2.0.12 → 2.0.13

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.
Files changed (1) hide show
  1. package/package.json +8 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-mall",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -11,13 +11,15 @@
11
11
  "build": "cross-env type=build cross-env NODE_ENV=production UNI_PLATFORM=h5 npm run init.entry",
12
12
  "init.entry": "node ./build/commands/entry.init.js",
13
13
  "update": "node ./commands/npmignore && node ./commands/update.pack.js",
14
- "create": "node ./commands/create.pack.js",
15
- "change": "node ./commands/change.pack",
16
- "replace": "node ./commands/vue.replce.js JfbMall",
17
- "release": "node ./commands/release.js",
18
- "view": "node ./commands/update.preview.js mall",
14
+ "pack.create": "node ./commands/create.pack.js",
15
+ "pack.change": "node ./commands/change.pack",
16
+ "pack.replace": "node ./commands/vue.replce.js JfbMall",
17
+ "pack.release": "node ./commands/release.js",
18
+ "pack.view": "node ./commands/update.preview.js mall",
19
+ "pack.copy": "node ./commands/change.pack.js",
19
20
  "init": "node ./commands.js false",
20
21
  "init.local": "node ./commands.js true",
22
+ "init.change": "node ./commands.update.change.js",
21
23
  "coder": "node ./build/commands/coder.js",
22
24
  "dev:app-plus": "cross-env NODE_ENV=development UNI_PLATFORM=app-plus vue-cli-service uni-build --watch",
23
25
  "dev:mp-weixin": "cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch --minimize",