summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-19 13:09:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-19 13:30:46 +0200
commitda6b6e104959ea057faf523cfae5a70de7c3ee5e (patch)
treed1151820533db2dec486c4f5525e89988b879f54 /package.json
parent204c10c00759b1894a786e73401ba0b25a48a715 (diff)
downloadwallet-core-da6b6e104959ea057faf523cfae5a70de7c3ee5e.tar.gz
wallet-core-da6b6e104959ea057faf523cfae5a70de7c3ee5e.tar.bz2
wallet-core-da6b6e104959ea057faf523cfae5a70de7c3ee5e.zip
android support skeleton
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 555e97e2b..e1becbf3e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "taler-wallet",
- "version": "0.6.1",
+ "version": "0.6.2",
"description": "",
"main": "dist/node/index.js",
"repository": {
@@ -9,6 +9,9 @@
},
"author": "Florian Dold",
"license": "GPL-3.0",
+ "bin": {
+ "taler-wallet-cli": "./bin/taler-wallet-cli"
+ },
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/react": "^16.4.0",