diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-03 13:00:48 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-03 13:01:05 +0530 |
commit | ffd2a62c3f7df94365980302fef3bc3376b48182 (patch) | |
tree | 270af6f16b4cc7f5da2afdba55c8bc9dbea5eca5 /bin | |
parent | aa481e42675fb7c4dcbbeec0ba1c61e1953b9596 (diff) |
modularize repo, use pnpm, improve typechecking
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/taler-wallet-cli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/taler-wallet-cli b/bin/taler-wallet-cli deleted file mode 100755 index 04aef8922..000000000 --- a/bin/taler-wallet-cli +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env node -require('source-map-support').install(); -require('../dist/node/headless/taler-wallet-cli.js') |