From cc9194f88a2635e0d9fb2c57631a08b5af325b3d Mon Sep 17 00:00:00 2001 From: Jon Layton Date: Mon, 2 Apr 2018 10:26:52 -0500 Subject: [PATCH] BTCP gh refs --- Dockerfile | 2 +- package.json | 10 +++++----- scripts/deploy.sh | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6510b7d4..86f57e932 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ ENV HOME /home/bitcore USER bitcore RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash RUN /bin/bash -l -c "nvm install v4 && nvm alias default v4" -RUN /bin/bash -l -c "npm install bitcore -g" +RUN /bin/bash -l -c "npm install BTCPrivate/bitcore -g" diff --git a/package.json b/package.json index 290c30b7b..701739e99 100644 --- a/package.json +++ b/package.json @@ -33,13 +33,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/bitpay/bitcore.git" + "url": "https://github.com/BTCPrivate/bitcore.git" }, "dependencies": { - "bitcore-lib": "5.0.0-beta.1", - "bitcore-node": "5.0.0-beta.44", - "insight-api": "5.0.0-beta.44", - "insight-ui": "bitpay/insight#v5.0.0-beta.44" + "bitcore-lib": "ch4ot1c/bitcore-lib", + "bitcore-node": "ch4ot1c/bitcore-node", + "insight-api": "ch4ot1c/insight-api", + "insight-ui": "ch4ot1c/insight" }, "license": "MIT", "devDependencies": { diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0c8945303..2d4c1e8a9 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -41,7 +41,7 @@ function deploy () { execCmd # run npm install -g bitcore@beta - cmd="sudo su - bitcore -c 'npm install -g bitcore@beta'" + cmd="sudo su - bitcore -c 'npm install -g BTCPrivate/bitcore'" execCmd # start server