rename web.js to index.js, a la npm defaults

This commit is contained in:
zeke 2014-04-18 14:25:32 -07:00
commit 4f8377fa36
2 changed files with 6 additions and 7 deletions

View file

View file

@ -1,17 +1,16 @@
{ {
"name": "node-js-sample", "name": "node-js-sample",
"version": "0.0.3", "version": "0.1.0",
"description": "a sample node.js app for heroku", "description": "A sample node.js app for heroku",
"main": "web.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "start": "node index.js"
}, },
"dependencies": { "dependencies": {
"express": "~3.4.x" "express": "^4.0.0"
}, },
"engines": { "engines": {
"node": "0.10.x", "node": "0.10.x"
"npm": "1.3.x"
}, },
"repository": { "repository": {
"type": "git", "type": "git",