From 1f892d8275f9f9907ff896158809e7e386b149f3 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Thu, 3 Jun 2021 16:52:04 +0530 Subject: [PATCH] changing bignum version to 0.12.1 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 57ba19c..caa709d 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "litecoin", "scrypt" ], - "homepage": "https://github.com/zone117x/node-open-mining-portal", + "homepage": "https://github.com/ranchimall/node-open-mining-portal", "bugs": { - "url": "https://github.com/zone117x/node-open-mining-portal/issues" + "url": "https://github.com/ranchimall/node-open-mining-portal/issues" }, "license": "GPL-2.0", "author": "Matthew Little", @@ -28,10 +28,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/zone117x/node-open-mining-portal.git" + "url": "https://github.com/ranchimall/node-open-mining-portal.git" }, "dependencies": { - "stratum-pool": "git://github.com/zone117x/node-stratum-pool.git", + "stratum-pool": "git://github.com/ranchimall/node-stratum-pool.git", "dateformat": "1.0.12", "node-json-minify": "*", "redis": "0.12.1", @@ -45,7 +45,7 @@ "node-watch": "0.5.9", "request": "2.69.0", "nonce": "*", - "bignum": "0.13.1", + "bignum": "0.12.1", "extend": "*" }, "engines": {