Skip to content

Commit

Permalink
Fix npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McNamara committed Jan 3, 2015
1 parent 4631352 commit 8a0ce8d
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
@@ -1,7 +1,7 @@
{
"name": "nodecg",
"description": "Live, controllable graphics system rendered in a browser",
"main": "server.js",
"main": "index.js",
"bin": {
"nodecg": "./bin/nodecg"
},
Expand Down Expand Up @@ -44,6 +44,7 @@
"winston": "^0.8.3"
},
"scripts": {
"start": "node index.js",
"postinstall": "bower install",
"pretest": "node test/setup/pretest",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
Expand Down

0 comments on commit 8a0ce8d

Please sign in to comment.