Be more permissive about Node.js and npm versions

This commit is contained in:
loicsaintroch 2015-10-05 14:35:37 +02:00
parent b8b47c8e45
commit ec93953535

View File

@ -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"