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

@@ -1,5 +1,6 @@
## Create Genesis Block Proof with Node.js ## Create Genesis Block Proof with Node.js
**Tested with Node.js version 8.x.x**
## setup ## setup

View File

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