diff --git a/typescript/rebalancer/package.json b/typescript/rebalancer/package.json index 41305c068e..a36d36c1bc 100644 --- a/typescript/rebalancer/package.json +++ b/typescript/rebalancer/package.json @@ -13,9 +13,6 @@ "license": "Apache-2.0", "author": "Abacus Works, Inc.", "repository": "https://github.com/hyperlane-xyz/hyperlane-monorepo", - "bin": { - "hyperlane-rebalancer": "./dist/service.js" - }, "files": [ "dist", "src" diff --git a/typescript/relayer/package.json b/typescript/relayer/package.json index b1a9435988..f1c138310d 100644 --- a/typescript/relayer/package.json +++ b/typescript/relayer/package.json @@ -12,9 +12,6 @@ "license": "Apache-2.0", "author": "Abacus Works, Inc.", "repository": "https://github.com/hyperlane-xyz/hyperlane-monorepo", - "bin": { - "hyperlane-relayer": "./dist/fs/service.js" - }, "files": [ "dist", "src"