We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c215435 commit f09ff57Copy full SHA for f09ff57
package.json
@@ -1,10 +1,13 @@
1
{ "name" : "supervisor"
2
-, "version" : "0.0.4"
+, "version" : "0.0.5"
3
, "description" : "A supervisor program for running nodejs programs"
4
, "author" : "Isaac Z. Schlueter <i@izs.me>"
5
, "contributors" : [ "Brian Ehmann <behmann@gmail.com>" ]
6
, "main" : "lib/supervisor"
7
-, "bin" : { "node-supervisor" : "lib/cli-wrapper.js" }
+, "bin" :
8
+ { "node-supervisor" : "lib/cli-wrapper.js"
9
+ , "supervisor" : "lib/cli-wrapper.js"
10
+ }
11
, "engines" : { "node" : ">=0.1.90" }
12
, "directories" : { "lib" : "lib" }
13
}
0 commit comments