chore: remove engines version max limit

This commit is contained in:
F-loat
2020-04-09 15:43:32 +08:00
parent 503e865852
commit 21ecae3085
+2 -2
View File
@@ -75,8 +75,8 @@
"ora": "^2.1.0"
},
"engines": {
"node": ">= 6.9.0 <= 11.0.0-0",
"npm": ">= 2.x <= 5.x",
"node": ">= 6.9.0",
"npm": ">= 2.x",
"yarn": ">=0.27.5 || >=1.0.0-20170811"
},
"config": {