0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #6117 from ErisDS/node-v4

Adding node 4.2 LTS to engines
This commit is contained in:
Sebastian Gierlinger 2015-11-24 11:14:16 +01:00
commit a156a1ed08

View file

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