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

Dropping our incomplete support for node 0.11

issue #1287, issue #1147

- our support was partial, is based on node-sqlite3, which has dropped partial support as well
- node 0.11 is a dev version, and has lots of breaking changes
- we will add node 0.12 support when it is released
This commit is contained in:
Hannah Wolfe 2013-10-28 17:46:08 +00:00
parent c364ec472a
commit fcf483a255
2 changed files with 1 additions and 2 deletions

View file

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

View file

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