Skip to content

Commit fb493a2

Browse files
committed
Fix start script thanks to @Shaunakde
1 parent 037b6c3 commit fb493a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"scripts": {
3333
"test": "mocha -R spec test",
34-
"start": "node server.js",
34+
"start": "node bin",
3535
"prepush": "npm t"
3636
},
3737
"repository": {

0 commit comments

Comments
 (0)