Skip to content

Commit ba30f11

Browse files
committed
configuring heroku
1 parent 1d50b3b commit ba30f11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Node API example",
33
"description": "A simple API built in Node and Express hosted on Heroku",
4-
"repository": "https://github.com/coryhouse/js-dev-env-demo-api",
4+
"repository": "https://github.com/Generic35/js-dev-env-demo-api",
55
"keywords": ["node", "express", "static"]
66
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/coryhouse/js-dev-env-demo-api"
18+
"url": "https://github.com/Generic35/js-dev-env-demo-api"
1919
},
2020
"author": "Cory House",
2121
"license": "MIT"

0 commit comments

Comments
 (0)