mirror of
https://github.com/strapi/strapi.git
synced 2025-10-28 16:39:37 +00:00
Be more permissive about Node.js and npm versions
This commit is contained in:
parent
b8b47c8e45
commit
ec93953535
@ -169,8 +169,8 @@
|
||||
"url": "https://github.com/wistityhq/strapi/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.0.0",
|
||||
"npm": ">= 3.0.0"
|
||||
"node": ">= 0.12.0",
|
||||
"npm": ">= 2.0.0"
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"license": "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user