aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/package.json
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-01-05 22:44:01 +0100
committerMS <ms@taler.net>2023-01-05 22:44:01 +0100
commitb832b5a3bf5b9329d0ecbf7bfc652a820d3c2c1d (patch)
tree98399514194b8967f3c9987ad4d72fe11663049b /packages/taler-harness/package.json
parent92f1b5928c764b3af12a29b97bbc3e434a82b1b0 (diff)
downloadwallet-core-b832b5a3bf5b9329d0ecbf7bfc652a820d3c2c1d.tar.xz
Fix build.
Include 'esbuild' as a taler-harness dependency, and update the lockfile accordingly. Give taler-harness the configure script too.
Diffstat (limited to 'packages/taler-harness/package.json')
-rw-r--r--packages/taler-harness/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-harness/package.json b/packages/taler-harness/package.json
index f521924c4..f89e8cbea 100644
--- a/packages/taler-harness/package.json
+++ b/packages/taler-harness/package.json
@@ -33,7 +33,8 @@
"@types/node": "^18.11.17",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
- "typescript": "^4.8.4"
+ "typescript": "^4.8.4",
+ "esbuild": "^0.15.12"
},
"dependencies": {
"@gnu-taler/taler-util": "workspace:*",