gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix typo


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix typo
Date: Tue, 06 Dec 2022 19:28:14 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 265e7a713 fix typo
265e7a713 is described below

commit 265e7a713753b0b6b8502445200688806fecfbf1
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Dec 6 15:28:06 2022 -0300

    fix typo
---
 packages/web-util/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/web-util/package.json b/packages/web-util/package.json
index 53cd326ed..a4d1c116b 100644
--- a/packages/web-util/package.json
+++ b/packages/web-util/package.json
@@ -16,8 +16,8 @@
     "./lib/index.node": "./lib/index.node.cjs"
   },
   "scripts": {
-    "prepare": "tsc && ./build.js",
-    "compile": "tsc && ./build.js",
+    "prepare": "tsc && ./build.mjs",
+    "compile": "tsc && ./build.mjs",
     "clean": "rimraf dist lib tsconfig.tsbuildinfo",
     "pretty": "prettier --write src"
   },

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]