Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Sep 6, 2015
1 parent 640af9f commit 60937d7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@
},
"homepage": "https://github.com/theganyo/word-fling",
"dependencies": {
"bcryptjs": "^2.1.0",
"commander": "^2.6.0",
"lodash": "^3.6.0",
"redis": "^0.12.1",
"should": "^5.2.0"
"async": "^1.4.2",
"bcryptjs": "^2.2.1",
"commander": "^2.8.1",
"debug": "^2.2.0",
"lodash": "^3.10.1",
"redis": "^1.0.0"
},
"devDependencies": {
"should": "^7.1.0"
}
}

0 comments on commit 60937d7

Please sign in to comment.