Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Jan 28, 2013
1 parent 8132b7d commit 96a2317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var opts = require("nomnom")
help: 'The type of module to generate (commonjs, js)'
})
.option('version', {
abbr: 'V',
flag: true,
help: 'print version and exit',
callback: function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": ">=0.4"
},
"dependencies": {
"lex-parser": "0.0.1",
"lex-parser": "0.1.x",
"nomnom": "1.5.2"
},
"devDependencies": {
Expand Down

0 comments on commit 96a2317

Please sign in to comment.