Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
bluebird from 2.9.34 to 2.10.2
lodash from 3.10.0 to 3.10.1
request-promise from 1.0.1 to 2.0.1
  • Loading branch information
incarnate committed Mar 3, 2016
1 parent 773a992 commit e02f9d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eway-rapid",
"version": "1.2.0",
"version": "1.2.1",
"description": "eWAY Rapid Node.js library",
"keywords": [
"eway",
Expand Down Expand Up @@ -31,10 +31,10 @@
"node": ">= v0.10.0"
},
"dependencies": {
"bluebird": "^2.9.34",
"bluebird": "^2.10.2",
"express-uri-template": "^0.1.0",
"lodash": "^3.10.0",
"request-promise": "^1.0.1"
"lodash": "^3.10.1",
"request-promise": "^2.0.1"
},
"devDependencies": {
"blue-tape": "^0.1.10",
Expand Down

0 comments on commit e02f9d3

Please sign in to comment.