From 698efa67f02c15324c284a696f5fc61b917d8647 Mon Sep 17 00:00:00 2001 From: 88plug <19512127+88plug@users.noreply.github.com> Date: Mon, 21 Mar 2022 15:04:51 -0700 Subject: [PATCH] Update package.json Fix startup build error - missing https now required by github --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 155e78a..e3b48e3 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "bignum": "*", "bufferutil": "*", "cli-color": "*", - "cryptoforknote-util": "git://github.com/MoneroOcean/node-cryptoforknote-util.git", - "cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-hashing.git", + "cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git", + "cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git", "dateformat": "*", "domexception": "*", "mailgun.js": "*",