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:
commit
46dc171362
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…
Add table
Reference in a new issue