Skip to content

Commit

Permalink
[dist] Version bump. 0.5.1. Add eyes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 1, 2011
1 parent 7b451d9 commit f326d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "forever", "name": "forever",
"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)", "description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
"version": "0.5.0", "version": "0.5.1",
"author": "Charlie Robbins <charlie.robbins@gmail.com>", "author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [ "contributors": [
{ {
Expand All @@ -26,6 +26,7 @@
"dependencies": { "dependencies": {
"async": ">= 0.1.8", "async": ">= 0.1.8",
"colors": ">= 0.5.0", "colors": ">= 0.5.0",
"eyes": ">= 0.1.6",
"daemon": ">= 0.3.0", "daemon": ">= 0.3.0",
"optimist": ">= 0.0.6", "optimist": ">= 0.0.6",
"timespan": ">= 2.0.0", "timespan": ">= 2.0.0",
Expand Down

0 comments on commit f326d20

Please sign in to comment.