Compare commits

...
3 Commits
Author SHA1 Message Date
Chris Troutner 08a1315082 Merge pull request #1 from Permissionless-Software-Foundation/ct-unstable
feat(fork): Forked from christrounter/bch-api to PSF repo
2020-07-28 07:00:43 -07:00
Chris Troutner e81ccfae20 Updating package version 2020-07-28 06:58:36 -07:00
Chris Troutner 932c7dbfd5 feat(fork): Forked from christrounter/bch-api to PSF repo 2020-07-28 06:56:14 -07:00
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "bch-api",
"version": "1.0.0",
"description": "REST API based on rest.bitcoin.com",
"version": "1.16.0",
"description": "The REST API powering FullStack.cash",
"author": "Chris Troutner <chris.troutner@gmail.com>",
"contributors": [
"Gabriel Cardona <gabriel@bitcoin.com>"
@@ -9,7 +9,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/christroutner/bch-api.git"
"url": "git+https://github.com/Permissionless-Software-Foundation/bch-api.git"
},
"scripts": {
"start": "node ./src/app.js",