From 533f0f346eb5ec07c0e90f99f5f9e51871226333 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Thu, 3 Jun 2021 16:50:24 +0530 Subject: [PATCH] changing bignum version to 0.12.1 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 194e7e1..d7737f0 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "litecoin", "scrypt" ], - "homepage": "https://github.com/zone117x/node-stratum-pool", + "homepage": "https://github.com/ranchimall/node-stratum-pool", "bugs": { - "url": "https://github.com/zone117x/node-stratum-pool/issues" + "url": "https://github.com/ranchimall/node-stratum-pool/issues" }, "license": "GPL-2.0", "author": "Matthew Little", @@ -25,11 +25,11 @@ "main": "lib/index.js", "repository": { "type": "git", - "url": "https://github.com/zone117x/node-stratum-pool.git" + "url": "https://github.com/ranchimall/node-stratum-pool.git" }, "dependencies": { "multi-hashing": "git://github.com/zone117x/node-multi-hashing.git", - "bignum": "0.13.1", + "bignum": "0.12.1", "base58-native": "*", "async": "*" },