Skip to content

Commit f09ff57

Browse files
committed
Support "supervisor" as a command name as well as "node-supervisor", and bump version.
1 parent c215435 commit f09ff57

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{ "name" : "supervisor"
2-
, "version" : "0.0.4"
2+
, "version" : "0.0.5"
33
, "description" : "A supervisor program for running nodejs programs"
44
, "author" : "Isaac Z. Schlueter <i@izs.me>"
55
, "contributors" : [ "Brian Ehmann <behmann@gmail.com>" ]
66
, "main" : "lib/supervisor"
7-
, "bin" : { "node-supervisor" : "lib/cli-wrapper.js" }
7+
, "bin" :
8+
{ "node-supervisor" : "lib/cli-wrapper.js"
9+
, "supervisor" : "lib/cli-wrapper.js"
10+
}
811
, "engines" : { "node" : ">=0.1.90" }
912
, "directories" : { "lib" : "lib" }
1013
}

0 commit comments

Comments
 (0)