Skip to content

Commit

Permalink
Merge f8f614e into 763f27c
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 20, 2016
2 parents 763f27c + f8f614e commit 5de15f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4"

script:
- npm test
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"coveralls": "~2.11.1",
"eslint": "^0.24.0",
"istanbul": "~0.3.0",
"mbtiles": "~0.7.7",
"mbtiles": "~0.8.2",
"tape": "2.13.3",
"tilejson": "~1.0.0"
},
"bin": {
"tilelive-copy": "./bin/tilelive-copy"
},
"engines": {
"node": ">= 0.10.0 < 0.11.0"
"node": ">= 0.10.0 < 5"
},
"scripts": {
"test": "eslint --no-eslintrc -c .eslintrc lib/*.js && tape test/*.test.js",
Expand Down

0 comments on commit 5de15f3

Please sign in to comment.