[Pkg-javascript-commits] [node-coveralls] 318/332: Expand allowed dependency versions to all API compatible versions (#172)
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:54:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit 428780cbf5e48efde8681c222dc3e481e84719c7
Author: Matt Lavin <matt.lavin at gmail.com>
Date: Wed Sep 27 21:07:10 2017 -0400
Expand allowed dependency versions to all API compatible versions (#172)
Fixes #171
Fixes #170
Fixes #153
Fixes #149
Fixes #133
---
.travis.yml | 4 +---
package.json | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 950be54..b7c3c78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,9 @@
language: node_js
node_js:
- "node"
- - "iojs"
+ - "8"
- "6"
- "5"
- "4"
- - "0.12"
- - "0.10"
script: make test-coveralls
sudo: false
diff --git a/package.json b/package.json
index 1c56d61..f4bdc5d 100644
--- a/package.json
+++ b/package.json
@@ -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": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list