mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -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:
parent
c364ec472a
commit
fcf483a255
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
git:
|
||||
submodules: false
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"test": "grunt validate --verbose"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.* <0.11.4"
|
||||
"node": "0.10.*"
|
||||
},
|
||||
"engineStrict": true,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue