diff --git a/Makefile b/Makefile index b54aa8d..98908af 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/package.json b/package.json index 933730c..a6dc225 100644 --- a/package.json +++ b/package.json @@ -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"