summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-05-07 23:46:50 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-05-07 23:46:50 +0200
commite89b0752c17def0dcaf15af2fa162cbd56bde4f1 (patch)
tree26fc06d551cf72124ad0d54fc9ff396df242d5a0 /Makefile
parent1cfac33f537bbd649f2c6535baa5fd273a66fcb3 (diff)
downloadwallet-core-e89b0752c17def0dcaf15af2fa162cbd56bde4f1.tar.gz
wallet-core-e89b0752c17def0dcaf15af2fa162cbd56bde4f1.tar.bz2
wallet-core-e89b0752c17def0dcaf15af2fa162cbd56bde4f1.zip
update package versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f32dd7b8d..06241581e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ poname = taler-wallet-webex
gulp = node_modules/gulp/bin/gulp.js
tsc = node_modules/typescript/bin/tsc
-pogen = node_modules/pogen/pogen.js
+pogen = node_modules/pogen/bin/pogen.js
typedoc = node_modules/typedoc/bin/typedoc
ava = node_modules/ava/cli.js
nyc = node_modules/nyc/bin/nyc.js
@@ -12,11 +12,11 @@ tslint = node_modules/tslint/bin/tslint
.PHONY: package-stable
package-stable: i18n
- $(gulp) package-stable
+ $(gulp) stable
.PHONY: package-unstable
package-unstable: i18n
- $(gulp) package-unstable
+ $(gulp) unstable
.PHONY: tsc
tsc: tsconfig.json yarn-install