From 21e394aeea6e9dcbd654c4376415ce997f7e9b06 Mon Sep 17 00:00:00 2001 From: Nasa Nguyen Date: Thu, 22 Mar 2018 22:16:31 +0700 Subject: [PATCH] add yargs --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e46adca..8ffbaa8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Create Genesis Block Proof of Work for Bitcoin, Dash, Litecoin, Zcash...", "main": "genesis.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { @@ -21,7 +20,8 @@ }, "homepage": "https://github.com/nasa8x/node-genesis-block#readme", "dependencies": { + "crypto": "^1.0.1", "multi-hashing": "https://github.com/nasa8x/node-multi-hashing.git", - "crypto": "^1.0.1" + "yargs": "^11.0.0" } }