Skip to content

Commit

Permalink
Dependencies to VerusCoin repos
Browse files Browse the repository at this point in the history
  • Loading branch information
miketout committed Dec 23, 2018
1 parent 31c12e3 commit 0f5cda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ docker-compose.override.yml
.idea/
node_modules/
pool_configs/*.json
npm-debug.log
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"async": "^2.6.1",
"bignum": "^0.13.0",
"bitgo-utxo-lib": "git+https://github.com/miketout/bitgo-utxo-lib.git",
"bitgo-utxo-lib": "git+https://github.com/VerusCoin/bitgo-utxo-lib.git",
"body-parser": "^1.18.3",
"colors": "^1.3.2",
"compression": "^1.7.3",
Expand All @@ -50,7 +50,7 @@
"pm2": "^3.2.2",
"redis": "^2.8.0",
"request": "^2.88.0",
"stratum-pool": "git+https://github.com/miketout/node-stratum-pool.git"
"stratum-pool": "git+https://github.com/VerusCoin/node-stratum-pool.git"
},
"engines": {
"node": ">=8.11"
Expand Down

0 comments on commit 0f5cda2

Please sign in to comment.