Skip to content

Commit

Permalink
Include missing rimraf dependency (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Feb 29, 2020
1 parent f1e8d4d commit 84f2ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 84f2ded

Please sign in to comment.