changing bignum version to 0.12.1

This commit is contained in:
Sai Raj 2021-06-03 16:52:04 +05:30 committed by GitHub
parent 8a673b6d7c
commit 1f892d8275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,9 @@
"litecoin", "litecoin",
"scrypt" "scrypt"
], ],
"homepage": "https://github.com/zone117x/node-open-mining-portal", "homepage": "https://github.com/ranchimall/node-open-mining-portal",
"bugs": { "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", "license": "GPL-2.0",
"author": "Matthew Little", "author": "Matthew Little",
@ -28,10 +28,10 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/zone117x/node-open-mining-portal.git" "url": "https://github.com/ranchimall/node-open-mining-portal.git"
}, },
"dependencies": { "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", "dateformat": "1.0.12",
"node-json-minify": "*", "node-json-minify": "*",
"redis": "0.12.1", "redis": "0.12.1",
@ -45,7 +45,7 @@
"node-watch": "0.5.9", "node-watch": "0.5.9",
"request": "2.69.0", "request": "2.69.0",
"nonce": "*", "nonce": "*",
"bignum": "0.13.1", "bignum": "0.12.1",
"extend": "*" "extend": "*"
}, },
"engines": { "engines": {