We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230fa49 commit d7520a8Copy full SHA for d7520a8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.31
2
+- **Bug Fix**
3
+ - package.json 调整
4
+
5
## 0.4.30
6
7
`2019-08-27`
package.json
@@ -1,6 +1,6 @@
{
"name": "mini-antui",
- "version": "0.4.30",
+ "version": "0.4.31",
"description": "小程序版AntUI",
"repository": {
"type": "git",
@@ -37,9 +37,6 @@
37
"typescript": "^3.2.4",
38
"typescript-eslint-parser": "^22.0.0"
39
},
40
- "engines": {
41
- "node": "^10.0.0"
42
- },
43
"scripts": {
44
"lint-staged": "lint-staged",
45
"build": "yarn && NODE_ENV=production node scripts/compiler.js",
0 commit comments