lowcode-cli 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # lowcode-cli 组件脚手架
1
+ # lowcode-cli Icode脚手脚
2
2
 
3
3
  ## 安装到全局
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lowcode-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.4",
4
4
  "description": "Icode脚手脚",
5
5
  "scripts": {
6
6
  "antdcss": "lessc --js --modify-var='ant-prefix=custom' ./node_modules/antd/dist/antd.variable.less modified.css"
@@ -33,7 +33,7 @@
33
33
  "babel-plugin-import": "^1.13.1",
34
34
  "chalk": "^2.4.1",
35
35
  "clean-webpack-plugin": "^3.0.0",
36
- "code-math": "0.0.7",
36
+ "code-math": "0.1.0",
37
37
  "commander": "^5.1.0",
38
38
  "core-js": "^2.5.3",
39
39
  "css-loader": "^1.0.0",
@@ -46,6 +46,7 @@
46
46
  "happypack": "^5.0.1",
47
47
  "html-webpack-plugin": "^5.0.0-alpha.14",
48
48
  "import-remote-module": "^1.0.1",
49
+ "less": "^3.13.1",
49
50
  "less-loader": "^5.0.0",
50
51
  "lodash": "^4.17.21",
51
52
  "mini-css-extract-plugin": "^1.6.0",
@@ -76,9 +77,7 @@
76
77
  "webpack-dev-server": "^3.11.0",
77
78
  "webpack-node-externals": "^2.5.2"
78
79
  },
79
- "devDependencies": {
80
- "less": "^3.13.1"
81
- },
80
+ "devDependencies": {},
82
81
  "keywords": [
83
82
  "lowcode"
84
83
  ],