Fix start script thanks to @shaunakde

This commit is contained in:
Typicode
2015-05-13 17:17:21 +02:00
parent 037b6c3d13
commit fb493a2b02

View File

@ -31,7 +31,7 @@
},
"scripts": {
"test": "mocha -R spec test",
"start": "node server.js",
"start": "node bin",
"prepush": "npm t"
},
"repository": {