From 347dcaad430ab337edf75ff1e63da41bbaca42a3 Mon Sep 17 00:00:00 2001 From: indexzero Date: Mon, 27 Sep 2010 21:55:11 -0400 Subject: [PATCH] [minor] Updated contributors --- README.md | 3 ++- package.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ff9c97..0b745ad1 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ You can use forever to run any kind of script continuously (whether it is writte options: -m MAX Only run the specified script MAX times -s, --silent Run the child script silencing stdout and stderr - -h, --help You're staring at it -o, OUTFILE Logs stdout from child script to OUTFILE -e, ERRFILE Logs stderr from child script to ERRFILE + -h, --help You're staring at it There are several samples designed to test the fault tolerance of forever. Here's a simple example: @@ -80,3 +80,4 @@ Each forever object is an instance of the node.js core EventEmitter. There are s #### Author: [Charlie Robbins](http://www.charlierobbins.com) +#### Contributors: [Fedor Indutny](http://github.com/donnerjack13589) diff --git a/package.json b/package.json index 5fc1579d..77b955d1 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)", "version": "0.2.0", "author": "Charlie Robbins ", + "contributors": [ + { "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" } + ], "repository": { "type": "git", "url": "http://github.com/indexzero/forever.git"