Skip to content

Commit 4f8377f

Browse files
committed
rename web.js to index.js, a la npm defaults
1 parent aa66b5c commit 4f8377f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

web.js renamed to index.js

File renamed without changes.

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
22
"name": "node-js-sample",
3-
"version": "0.0.3",
4-
"description": "a sample node.js app for heroku",
5-
"main": "web.js",
3+
"version": "0.1.0",
4+
"description": "A sample node.js app for heroku",
5+
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"start": "node index.js"
88
},
99
"dependencies": {
10-
"express": "~3.4.x"
10+
"express": "^4.0.0"
1111
},
1212
"engines": {
13-
"node": "0.10.x",
14-
"npm": "1.3.x"
13+
"node": "0.10.x"
1514
},
1615
"repository": {
1716
"type": "git",

0 commit comments

Comments
 (0)