Skip to content

Commit

Permalink
Merge branch 'master' of github.com:IndigoUnited/node-request-replay
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Jan 26, 2016
2 parents 9436d13 + 0038202 commit 5ccc085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "Replays a request when a network error occurs",
"main": "index.js",
"dependencies": {
"retry": "^0.8.0"
"retry": "^0.9.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.3.4",
"request": "^2.67.0"
},
"scripts": {
"test": "mocha -R spec"
"test": "mocha"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ccc085

Please sign in to comment.