diff options
Diffstat (limited to 'node_modules/node-fetch/package.json')
| -rw-r--r-- | node_modules/node-fetch/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/node-fetch/package.json b/node_modules/node-fetch/package.json index 262708091..94131936a 100644 --- a/node_modules/node-fetch/package.json +++ b/node_modules/node-fetch/package.json @@ -1,12 +1,12 @@ { "name": "node-fetch", - "version": "1.6.3", + "version": "1.7.0", "description": "A light-weight module that brings window.fetch to node.js and io.js", "main": "index.js", "scripts": { "test": "mocha test/test.js", "report": "istanbul cover _mocha -- -R spec test/test.js", - "coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && cat ./coverage/lcov.info | coveralls" + "coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov" }, "repository": { "type": "git", @@ -27,7 +27,7 @@ "bluebird": "^3.3.4", "chai": "^3.5.0", "chai-as-promised": "^5.2.0", - "coveralls": "^2.11.2", + "codecov": "^1.0.1", "form-data": ">=1.0.0", "istanbul": "^0.4.2", "mocha": "^2.1.0", |
