mirror of
https://github.com/vxcontrol/ncform.git
synced 2026-07-19 18:23:32 -04:00
chore: remove engines version max limit
This commit is contained in:
+2
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user