fix(package.json): Adding repository info

This commit is contained in:
Chris Troutner
2020-02-26 10:56:56 -08:00
parent 73ace73cb0
commit c14741cd5d
+4
View File
@@ -7,6 +7,10 @@
"Gabriel Cardona <gabriel@bitcoin.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/christroutner/bch-api.git"
},
"scripts": {
"start": "node ./src/app.js",
"dev": "nodemon ./dist/app.js",