Skip to content

Commit

Permalink
build(test-plugin-consortium-manual): fix bundle names in package.json
Browse files Browse the repository at this point in the history
There was a copy paste mistake that left this package pretending that it was the quorum connector

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 12, 2020
1 parent d1514bd commit da2752f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/cactus-test-plugin-consortium-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@hyperledger/cactus-test-plugin-consortium-manual",
"version": "0.2.0",
"description": "Integration tests for the Quorum ledger and the API server.",
"main": "dist/cactus-test-plugin-consortium-manual-quorum.node.umd.js",
"mainMinified": "dist/cactus-test-plugin-consortium-manual-quorum.node.umd.min.js",
"browser": "dist/cactus-test-plugin-consortium-manual-quorum.web.umd.js",
"browserMinified": "dist/cactus-test-plugin-consortium-manual-quorum.web.umd.min.js",
"main": "dist/cactus-test-plugin-consortium-manual.node.umd.js",
"mainMinified": "dist/cactus-test-plugin-consortium-manual.node.umd.min.js",
"browser": "dist/cactus-test-plugin-consortium-manual.web.umd.js",
"browserMinified": "dist/cactus-test-plugin-consortium-manual.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 da2752f

Please sign in to comment.