Skip to content

Commit

Permalink
update dependencies and node version for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Jan 9, 2017
1 parent deae42e commit 998e5fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "5.5"
- "4.2"
- "0.10"
- "6"
- "4"
git:
depth: 10
env:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"license": "WTFPL",
"dependencies": {
"@mapbox/carto": "^0.16.1",
"generic-pool": "^2.2.0",
"generic-pool": "^3.1.6",
"js-yaml": "^3.4.2",
"json-localizer": "0.0.3",
"leaflet": "^1.0.2",
"leaflet-formbuilder": "^0.2.0",
"leaflet-hash": "^0.2.1",
"mapnik": "3.5.14",
"nomnom": "^1.8.1",
"npm": "^3.10.6",
"npm": "^4.0.5",
"request": "^2.64.0",
"semver": "^5.0.3"
},
"devDependencies": {
"mocha": "^2.2.5"
"mocha": "^3.2.0"
}
}

0 comments on commit 998e5fd

Please sign in to comment.