Skip to content

Commit

Permalink
Add Supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
ombr committed Aug 17, 2012
1 parent 1a24bfa commit 3fc08ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install :
test:
@./node_modules/mocha/bin/mocha
start-example:
@./node_modules/supervisor/lib/cli-wrapper.js ./examples/server.coffee
@./node_modules/supervisor/lib/cli-wrapper.js ./examples/server.coffee
watch-test:
@./node_modules/mocha/bin/mocha -w

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"eventemitter2": "~0.4.9",
"async": "~0.1.22",
"socket.io": "~0.9.9",
"jade": "~0.27.0"
"jade": "~0.27.0",
"supervisor": "~0.4.1"
},
"engines": {
"node": ">=0.6"
Expand Down

0 comments on commit 3fc08ff

Please sign in to comment.