Skip to content

Commit

Permalink
fix: bundle name typos: plugin-keychain-memory
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 10, 2020
1 parent 711ad71 commit 43a127b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/cactus-plugin-keychain-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@hyperledger/cactus-plugin-keychain-memory",
"version": "0.2.0",
"description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing.",
"main": "dist/cactus-plugin-kv-storage-memory.node.umd.js",
"mainMinified": "dist/cactus-plugin-kv-storage-memory.node.umd.min.js",
"browser": "dist/cactus-plugin-kv-storage-memory.web.umd.js",
"browserMinified": "dist/cactus-plugin-kv-storage-memory.web.umd.min.js",
"main": "dist/cactus-plugin-keychain-memory.node.umd.js",
"mainMinified": "dist/cactus-plugin-keychain-memory.node.umd.min.js",
"browser": "dist/cactus-plugin-keychain-memory.web.umd.js",
"browserMinified": "dist/cactus-plugin-keychain-memory.web.umd.min.js",
"module": "dist/lib/main/typescript/index.js",
"types": "dist/types/main/typescript/index.d.ts",
"files": [
Expand Down

0 comments on commit 43a127b

Please sign in to comment.