Skip to content

Commit

Permalink
Bump Sqlite3 dependency, add node 0.12 and iojs build.
Browse files Browse the repository at this point in the history
closes TryGhost#4811, refs TryGhost#4240
- Bump sqlite3 dependency to 3.0.5
- Add node 0.12 and io.js build
  • Loading branch information
halfdan committed Mar 9, 2015
1 parent 3414633 commit 3036ec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
sudo: false
cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "./node_modules/.bin/grunt validate --verbose"
},
"engines": {
"node": "~0.10.0"
"node": "~0.10.0 || ~0.12.0 || ~1.x"
},
"engineStrict": true,
"dependencies": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"rss": "1.0.0",
"semver": "4.1.0",
"showdown-ghost": "0.3.4",
"sqlite3": "3.0.4",
"sqlite3": "3.0.5",
"unidecode": "0.1.3",
"validator": "3.28.0",
"xml": "0.0.12"
Expand Down

0 comments on commit 3036ec5

Please sign in to comment.