taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit d34faf254913b269bf1f0b5c457bbacbebf1400c
parent 71707e5d45b73b458e2d0eb6c29415caa7d2ad37
Author: Florian Dold <florian@dold.me>
Date:   Tue, 21 Feb 2023 23:51:04 +0100

-no bin for web-util

Diffstat:
Mpackages/web-util/package.json | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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,