Skip to content

Commit

Permalink
Bump version for node engine dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arikon committed Nov 9, 2011
1 parent 244b6b7 commit 5908767
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "coa",
"description" : "Command-Option-Argument: Yet another parser for command line options.",
"version" : "0.2.0",
"version" : "0.2.1",
"homepage" : "http://github.com/veged/coa",
"author" : {
"name": "Sergey Berezhnoy",
Expand All @@ -22,6 +22,8 @@
"devDependencies" : {
"vows": ">=0.5.12"
},
"engines" : [ "node ~0.4.0" ],
"engines" : {
"node" : ">=0.4.0 <0.7.0"
},
"licenses" : [ { "type" : "AS IS" } ]
}

0 comments on commit 5908767

Please sign in to comment.