gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: running wallet script outside


From: gnunet
Subject: [taler-wallet-core] branch master updated: running wallet script outside the project needs .mjs extension
Date: Mon, 31 Oct 2022 16:49:51 +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 6d08ed068 running wallet script outside the project needs .mjs 
extension
6d08ed068 is described below

commit 6d08ed0680bc94637212e4bc18e162e930eff77f
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Oct 31 12:49:44 2022 -0300

    running wallet script outside the project needs .mjs extension
---
 packages/taler-wallet-cli/Makefile                                    | 4 ++--
 .../bin/{taler-wallet-cli.js => taler-wallet-cli.mjs}                 | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-cli/Makefile 
b/packages/taler-wallet-cli/Makefile
index b910a82bd..56e298aa8 100644
--- a/packages/taler-wallet-cli/Makefile
+++ b/packages/taler-wallet-cli/Makefile
@@ -25,6 +25,6 @@ install:
        install -d $(install_target)/node_modules/taler-wallet-cli/dist
        install ./dist/taler-wallet-cli.js 
$(install_target)/node_modules/taler-wallet-cli/dist/
        install ./dist/taler-wallet-cli.js.map 
$(install_target)/node_modules/taler-wallet-cli/dist/
-       install ./bin/taler-wallet-cli.js 
$(install_target)/node_modules/taler-wallet-cli/bin/
-       ln -sf 
$(install_target)/node_modules/taler-wallet-cli/bin/taler-wallet-cli 
$(prefix)/bin/taler-wallet-cli
+       install ./bin/taler-wallet-cli.mjs 
$(install_target)/node_modules/taler-wallet-cli/bin/
+       ln -sf 
$(install_target)/node_modules/taler-wallet-cli/bin/taler-wallet-cli.mjs 
$(prefix)/bin/taler-wallet-cli.mjs
 endif
diff --git a/packages/taler-wallet-cli/bin/taler-wallet-cli.js 
b/packages/taler-wallet-cli/bin/taler-wallet-cli.mjs
similarity index 100%
rename from packages/taler-wallet-cli/bin/taler-wallet-cli.js
rename to packages/taler-wallet-cli/bin/taler-wallet-cli.mjs

-- 
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]