Skip to content

Commit

Permalink
Expand allowed dependency versions to all API compatible versions (#172)
Browse files Browse the repository at this point in the history
Fixes #171
Fixes #170
Fixes #153
Fixes #149
Fixes #133
  • Loading branch information
mdlavin authored and nickmerwin committed Sep 28, 2017
1 parent eb1b723 commit 428780c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,11 +1,9 @@
language: node_js
node_js:
- "node"
- "iojs"
- "8"

This comment has been minimized.

Copy link
@AdriVanHoudt

AdriVanHoudt Sep 29, 2017

Why test 5 and not 7? (I would just add 7)

- "6"
- "5"
- "4"
- "0.12"
- "0.10"
script: make test-coveralls
sudo: false
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -30,23 +30,23 @@
"Adam Moss (https://github.com/adam-moss)"
],
"dependencies": {
"js-yaml": "3.6.1",
"lcov-parse": "0.0.10",
"log-driver": "1.2.5",
"minimist": "1.2.0",
"request": "2.79.0"
"js-yaml": "^3.6.1",
"lcov-parse": "^0.0.10",
"log-driver": "^1.2.5",
"minimist": "^1.2.0",
"request": "^2.79.0"
},
"devDependencies": {
"istanbul": "0.4.5",
"istanbul": "^0.4.5",
"jshint": "2.9.3",
"mocha": "3.2.0",
"mocha-lcov-reporter": "1.2.0",
"should": "9.0.2",
"sinon-restore": "1.0.1",
"snyk": "1.23.3"
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"should": "^9.0.2",
"sinon-restore": "^1.0.1",
"snyk": "^1.23.3"
},
"engines": {
"node": ">=0.8.6"
"node": ">=4.0.0"
},
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 428780c

Please sign in to comment.