Skip to content

Commit

Permalink
Forgot to add supervisor to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Sep 14, 2012
1 parent c47206f commit a458c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"chai" : "",
"coffee-script": "",
"mocha": "",
"sinon": ""
"sinon": "",
"supervisor": ""
},
"scripts": {
"start": "supervisor -e 'js|coffee' -w 'lib,node_modules' lib/server.js",
Expand Down

0 comments on commit a458c74

Please sign in to comment.