diff options
author | Florian Dold <florian@dold.me> | 2023-02-21 23:51:04 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-02-21 23:51:04 +0100 |
commit | d34faf254913b269bf1f0b5c457bbacbebf1400c (patch) | |
tree | 0314eb48126fa940e1db3e5c2aa2e8042b9e5e64 | |
parent | 71707e5d45b73b458e2d0eb6c29415caa7d2ad37 (diff) |
-no bin for web-util
-rw-r--r-- | packages/web-util/package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/web-util/package.json b/packages/web-util/package.json index 3c57f87ea..9fbc150da 100644 --- a/packages/web-util/package.json +++ b/packages/web-util/package.json @@ -5,9 +5,6 @@ "type": "module", "types": "./lib/index.node.d.ts", "main": "./dist/taler-web-cli.cjs", - "bin": { - "taler-wallet-cli": "./bin/taler-web-cli.cjs" - }, "author": "Sebastian Marchano", "license": "AGPL-3.0-or-later", "private": false, |