Skip to content

Commit d0e9ea0

Browse files
committed
bump version, update engines, and style
1 parent 22b58c8 commit d0e9ea0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{ "name" : "supervisor"
2-
, "version" : "0.0.6"
2+
, "version" : "0.1.0"
33
, "description" : "A supervisor program for running nodejs programs"
44
, "author" : "Isaac Z. Schlueter <i@izs.me>"
5-
, "contributors" : [ "Brian Ehmann <behmann@gmail.com>", "David Taylor <david@zensatellite.com>" ]
6-
, "main" : "lib/supervisor"
5+
, "contributors" : [ "Brian Ehmann <behmann@gmail.com>"
6+
, "David Taylor <david@zensatellite.com>"
7+
]
8+
, "main" : "lib/supervisor.js"
79
, "bin" :
810
{ "node-supervisor" : "lib/cli-wrapper.js"
911
, "supervisor" : "lib/cli-wrapper.js"
1012
}
11-
, "engines" : { "node" : ">=0.1.90" }
13+
, "engines" : { "node" : "~0.2.3 || ~0.3" }
1214
}

0 commit comments

Comments
 (0)