Update package.json
Fix startup build error - missing https now required by github
This commit is contained in:
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user