diff --git a/packages/cactus-plugin-ledger-connector-polkadot/package.json b/packages/cactus-plugin-ledger-connector-polkadot/package.json index 5b3cc3e42c..f442439595 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/package.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/package.json @@ -43,7 +43,7 @@ "main": "dist/lib/main/typescript/index.js", "module": "dist/lib/main/typescript/index.js", "browser": "dist/cactus-plugin-ledger-connector-polkadot.web.umd.js", - "types": "dist/types/main/typescript/index.d.ts", + "types": "dist/lib/main/typescript/index.d.ts", "files": [ "dist/*" ], diff --git a/tools/custom-checks/get-all-tgz-path.ts b/tools/custom-checks/get-all-tgz-path.ts index bdc885a0aa..9d2ec25c00 100644 --- a/tools/custom-checks/get-all-tgz-path.ts +++ b/tools/custom-checks/get-all-tgz-path.ts @@ -52,8 +52,6 @@ export async function getAllTgzPath(): Promise { "examples/cactus-common-example-server/hyperledger-cactus-common-example-server-*.tgz", // link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3633 "packages/cactus-verifier-client/hyperledger-cactus-verifier-client-*.tgz", - // link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3634 - "packages/cactus-plugin-ledger-connector-polkadot/hyperledger-cactus-plugin-ledger-connector-polkadot-*.tgz", ], };