From 84f2ded0e4726d7dcb8922093c3bb0519c3e542c Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Sat, 29 Feb 2020 17:38:38 +0000 Subject: [PATCH] Include missing rimraf dependency (#7) Signed-off-by: Mark S. Lewis --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18ce356..7601d31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fabric-wallet-migration", - "version": "0.0.5", + "version": "0.0.6", "description": "Migration from Hyperledger Fabric 1.4 to 2.0 wallets", "main": "index.js", "types": "index.d.ts", @@ -29,11 +29,11 @@ "@types/uuid": "^7.0.0", "fabric-network": "^1.4.7", "jest": "^25.1.0", - "rimraf": "^3.0.2", "ts-jest": "^25.2.1", "typescript": "^3.8.2" }, "dependencies": { + "rimraf": "^3.0.2", "uuid": "^7.0.1" } }