0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Merge pull request #1314 from ErisDS/no-node-11

Dropping our incomplete support for node 0.11
This commit is contained in:
Hannah Wolfe 2013-10-28 12:35:20 -07:00
commit 46dc171362
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.11"
- "0.10"
git:
submodules: false

View file

@ -25,7 +25,7 @@
"test": "grunt validate --verbose"
},
"engines": {
"node": ">=0.10.* <0.11.4"
"node": "0.10.*"
},
"engineStrict": true,
"dependencies": {