Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
rename web.js to index.js, a la npm defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Apr 18, 2014
1 parent aa66b5c commit 4f8377f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
File renamed without changes.
13 changes: 6 additions & 7 deletions package.json
@@ -1,17 +1,16 @@
{
"name": "node-js-sample",
"version": "0.0.3",
"description": "a sample node.js app for heroku",
"main": "web.js",
"version": "0.1.0",
"description": "A sample node.js app for heroku",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js"
},
"dependencies": {
"express": "~3.4.x"
"express": "^4.0.0"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
"node": "0.10.x"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4f8377f

Please sign in to comment.