固定tslint版本

This commit is contained in:
啊平 2020-05-22 13:33:30 +08:00
parent a0555a5fa4
commit 21ad225fd3

View File

@ -58,11 +58,14 @@
"egg-bin": "^4.11.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.16.0",
"tslib": "^1.9.0",
"tslint": "^5.0.0",
"tslib": "1.9.0",
"tslint": "5.0.0",
"tslint-config-egg": "^1.0.0",
"typescript": "^3.0.0"
},
"resolutions": {
"tslib": "1.9.0"
},
"engines": {
"node": ">=8.9.0"
},
@ -78,4 +81,4 @@
],
"author": "cool",
"license": "MIT"
}
}