Skip to content

Commit

Permalink
0.0.2 - update Q to 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCannon committed Jul 29, 2015
1 parent 0bccb97 commit b4b555c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,11 +1,11 @@
{
"name" : "alien-node-q-utils",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "Helper functions for promises with Q on NodeJS",
"main" : "lib/Promises.js",
"dependencies" : {
"ramda" : "^0.17.x",
"q" : "^1.4.x"
"q" : "^2.0.x"
},
"devDependencies" : {
"coveralls" : "^2.11.2",
Expand Down

0 comments on commit b4b555c

Please sign in to comment.