0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Remove enginesStrict

no issue
- engines strict is being deprecated: https://docs.npmjs.com/files/package.json#enginestrict
- remove it as it currently causes problems
This commit is contained in:
Hannah Wolfe 2015-04-07 17:37:58 +01:00
parent 2165153d97
commit afbe1ce5bc

View file

@ -30,7 +30,6 @@
"node": "~0.10.0 || ~0.12.0",
"iojs": "~1.2.0"
},
"engineStrict": true,
"dependencies": {
"bcryptjs": "2.0.2",
"bluebird": "2.4.2",