Skip to content

Commit

Permalink
0.4.2 - Updated package.json to include index.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McNamara committed Jan 19, 2015
1 parent 2bc46b1 commit eda346c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodecg",
"description": "Live, controllable graphics system rendered in a browser",
"main": "index.js",
"version": "0.4.1",
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/nodecg/nodecg.git"
Expand Down Expand Up @@ -44,14 +44,12 @@
"node": ">= 0.10.0"
},
"files": [
"AUTHORS",
"LICENSE",
"README.md",
"bower.json",
"bin/",
"lib/",
"logs/.empty_directory",
"public/",
"server.js"
"index.js",
"lib/"
],
"devDependencies": {
"chai": "^1.10.0",
Expand Down

0 comments on commit eda346c

Please sign in to comment.