Skip to content

Commit d7520a8

Browse files
committed
release 0.4.31
1 parent 230fa49 commit d7520a8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.31
2+
- **Bug Fix**
3+
- package.json 调整
4+
15
## 0.4.30
26

37
`2019-08-27`

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-antui",
3-
"version": "0.4.30",
3+
"version": "0.4.31",
44
"description": "小程序版AntUI",
55
"repository": {
66
"type": "git",
@@ -37,9 +37,6 @@
3737
"typescript": "^3.2.4",
3838
"typescript-eslint-parser": "^22.0.0"
3939
},
40-
"engines": {
41-
"node": "^10.0.0"
42-
},
4340
"scripts": {
4441
"lint-staged": "lint-staged",
4542
"build": "yarn && NODE_ENV=production node scripts/compiler.js",

0 commit comments

Comments
 (0)