Skip to content

Commit

Permalink
added support for changing json files rather than js
Browse files Browse the repository at this point in the history
  • Loading branch information
switzer committed May 7, 2013
1 parent 8fe5e74 commit 506cb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,6 +36,6 @@
"npm": ">= 1.1.49"
},
"scripts": {
"start": "node_modules/.bin/supervisor -e json app"
"start": "node_modules/.bin/supervisor -e 'js|json' app"
}
}

0 comments on commit 506cb8c

Please sign in to comment.