hy-logic-flow 1.0.1 → 1.0.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hy-logic-flow",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "基于vue、ant-design-vue、logic-flow的流程设计组件",
6
6
  "author": "NRF",
@@ -11,7 +11,7 @@
11
11
  "bootstrap": "yarn install",
12
12
  "dev": "vue-cli-service serve",
13
13
  "lib": "vue-cli-service build --target lib --name hy-logic-flow --dest dist/unzip/lib packages/index.js && npm run mini",
14
- "lib:mini": "vue-cli-service build --taget lib --name hy-logic-flow-mini --dest dist/zip/lib packages/index.js --mode mini",
14
+ "lib:mini": "vue-cli-service build --target lib --name hy-logic-flow-mini --dest dist/zip/lib packages/index.js --mode mini",
15
15
  "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue packages/",
16
16
  "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
17
17
  "lint:lint-staged": "lint-staged",