Skip to content

Commit

Permalink
package.json: Add a dependency to cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
eungjun-yi committed Apr 30, 2012
1 parent bd52e74 commit 053b701
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
"main": "./dup.js",
"dependencies": {
"underscore": ">=1.3.3",
"async": ">=0.1.18"
"async": ">=0.1.18",
"cli": ">=0.4.3"
},
"devDependencies": {
"underscore": ">=1.3.3",
"async": ">=0.1.18",
"cli": ">=0.4.3",
"mocha": "1.0.x"
},
"noAnalyze": true,
Expand Down

0 comments on commit 053b701

Please sign in to comment.