Skip to content

Commit

Permalink
Add cancelable
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Jul 7, 2014
1 parent f235ed9 commit c31eca0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
"email": "npm@fgribreau.com",
"url": "http://fgribreau.com"
},
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"url": "https://github.com/FGRibreau/node-request-retry"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"fg-lodash": "0.0.1",
"request": "~2.34.0"
"request": "~2.34.0",
"cancelable": "~0.1.0"
},
"devDependencies": {
"chai": "~1.9.1",
Expand Down

0 comments on commit c31eca0

Please sign in to comment.