Skip to content

Commit

Permalink
MODIFIED - Bumped version + updated async-fs version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Lesperance committed Apr 2, 2012
1 parent d3797ce commit 87c22ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "rocket"
, "description": "The rapid development framework for node.js"
, "keywords": ["mvc", "model view controller", "comet","rapid development", "Rocket", "framework"]
, "version": "0.2.1"
, "version": "0.2.2"
, "homepage": "http://wavo.me"
, "repository":
{ "type" : "git"
Expand All @@ -21,7 +21,7 @@
, "jade" : ">= 0.12.4"
, "lingo" : ">= 0.0.4"
, "async" : ">= 0.1.9"
, "async-fs" : ">= 0.0.2"
, "async-fs" : ">= 0.0.3"
, "underscore" : ">= 1.1.6"
, "rimraf" : ">= 1.0.4"
, "oo" : ">= 0.0.3"
Expand All @@ -31,7 +31,6 @@
, "gzippo" : "0.1.4"
}
, "devDependencies": {
"jessie" : ">= 0.3.7"
}
, "licenses" :
[{
Expand Down

0 comments on commit 87c22ef

Please sign in to comment.