0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Adding node 4.2 LTS to engines

closes #5821
This commit is contained in:
Hannah Wolfe 2015-11-23 18:56:13 +00:00
parent 431ccb16c9
commit 059e19ee63

View file

@ -23,7 +23,7 @@
"test": "grunt validate --verbose" "test": "grunt validate --verbose"
}, },
"engines": { "engines": {
"node": "~0.10.0 || ~0.12.0", "node": "~0.10.0 || ~0.12.0 || ~4.2.0",
"iojs": "~1.2.0" "iojs": "~1.2.0"
}, },
"dependencies": { "dependencies": {