Update package.json

Fix startup build error - missing https now required by github
This commit is contained in:
88plug
2022-03-21 15:04:51 -07:00
committed by GitHub
parent 462ca1e55d
commit 698efa67f0

View File

@@ -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": "*",