Skip to content

Commit f9bc175

Browse files
committed
Renamed for Heroku
1 parent cfd7aba commit f9bc175

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: node app.js
1+
web: node web.js

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "YOM-angularjs-forms-demo",
33
"version": "0.0.1",
44
"devDependencies": {},
5-
"main": "app.js",
5+
"main": "web.js",
66
"engines": {
77
"node": "0.10.x"
88
},

Diff for: app.js renamed to web.js

File renamed without changes.

0 commit comments

Comments
 (0)