File tree 4 files changed +10
-2
lines changed
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
* .log
4
4
npm-debug.log *
5
5
6
+ # Heroku .env
7
+ .env
8
+
6
9
# Runtime data
7
10
pids
8
11
* .pid
Original file line number Diff line number Diff line change
1
+ web : node app.js
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " rdenn-is server" ,
3
+ "description" : " My personal website: rdenn.is" ,
4
+ "repository" : " https://github.com/rdennis/rdenn.is"
5
+ }
Original file line number Diff line number Diff line change 6
6
"main" : " app.js" ,
7
7
"scripts" : {
8
8
"start" : " node app.js" ,
9
- "deploy" : " gcloud app deploy app.yaml" ,
10
9
"test" : " echo \" Error: no test specified\" && exit 1"
11
10
},
12
11
"repository" : {
13
12
"type" : " git" ,
14
13
"url" : " https://source.developers.google.com/p/rdenn-is/r/rdenn-is"
15
14
},
16
- "license" : " ISC " ,
15
+ "license" : " MIT " ,
17
16
"dependencies" : {
18
17
"express" : " ^4.14.0" ,
19
18
"pug" : " ^2.0.0-beta6"
You can’t perform that action at this time.
0 commit comments