Tested with Node.js v8.x.x

This commit is contained in:
Nasa Nguyen
2018-07-29 10:50:02 +07:00
parent 21e394aeea
commit eb7dd25136
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
"homepage": "https://github.com/nasa8x/node-genesis-block#readme",
"dependencies": {
"crypto": "^1.0.1",
"multi-hashing": "https://github.com/nasa8x/node-multi-hashing.git",
"yargs": "^11.0.0"
"multi-hashing": "git+https://github.com/nasa8x/node-multi-hashing.git",
"yargs": "^11.1.0"
}
}