Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Jul 11, 2014
1 parent 2472944 commit 4a55017
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"description": "A job runner with support for asynchrony and dependencies.",
"keywords": ["async", "job", "runner", "task"],
"author": "Jeff Raymakers",
"version": "0.2.2",
"version": "0.2.3",
"main": "./lib/index.js",
"bin": {
"jr": "./bin/jr"
},
"dependencies": {
"async": "0.2.x",
"commander": "2.0.x",
"underscore": "1.5.x"
"async": "0.9.x",
"commander": "2.2.x",
"underscore": "1.6.x"
},
"devDependencies": {
"chai": "1.7.x",
"mocha": "1.12.x"
"chai": "1.9.x",
"mocha": "1.20.x"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4a55017

Please sign in to comment.