We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d50b3b commit ba30f11Copy full SHA for ba30f11
app.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Node API example",
3
"description": "A simple API built in Node and Express hosted on Heroku",
4
- "repository": "https://github.com/coryhouse/js-dev-env-demo-api",
+ "repository": "https://github.com/Generic35/js-dev-env-demo-api",
5
"keywords": ["node", "express", "static"]
6
}
package.json
@@ -15,7 +15,7 @@
15
},
16
"repository": {
17
"type": "git",
18
- "url": "https://github.com/coryhouse/js-dev-env-demo-api"
+ "url": "https://github.com/Generic35/js-dev-env-demo-api"
19
20
"author": "Cory House",
21
"license": "MIT"
0 commit comments