Skip to content

Commit

Permalink
[dist] Version bump. 0.3.5. depends on daemon > 0.3.0 & node > 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Feb 11, 2011
1 parent 7b31da2 commit 884037a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forever",
"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
"version": "0.3.1",
"version": "0.3.5",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" },
Expand All @@ -14,7 +14,7 @@
"keywords": ["cli", "fault tolerant", "sysadmin", "tools"],
"dependencies": {
"colors": ">= 0.3.0",
"daemon": ">= 0.1.0",
"daemon": ">= 0.3.0",
"optimist": ">= 0.0.6",
"vows": ">= 0.5.2"
},
Expand Down

0 comments on commit 884037a

Please sign in to comment.