Skip to content

Commit

Permalink
Tag release 0.0.3 for node v0.1.90.
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Apr 10, 2010
1 parent 996a2bb commit cab031f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "name" : "node-router" { "name" : "node-router"
, "version" : "0.0.2" , "version" : "0.0.3"
, "description" : "A simple http server for node.js that has sinatra like qualities. Ideal for generating web services via node." , "description" : "A simple http server for node.js that has sinatra like qualities. Ideal for generating web services via node."
, "author" : "Tim Caswell <tim@creationix.org>" , "author" : "Tim Caswell <tim@creationix.org>"
, "main" : "lib/node-router" , "main" : "lib/node-router"
, "engines" : { "node" : ">=0.1.32" } , "engines" : { "node" : ">=0.1.90" }
} }

0 comments on commit cab031f

Please sign in to comment.