[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] 01/06: specify node version
From: |
gnunet |
Subject: |
[taler-wallet-core] 01/06: specify node version |
Date: |
Mon, 23 Mar 2020 13:17:41 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
commit f10172d1bf10ceef1ae3e67f7ed500ab133e6f6a
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 23 15:27:38 2020 +0530
specify node version
---
package.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/package.json b/package.json
index 6d1edeac..fde66640 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,7 @@
"name": "taler-wallet",
"version": "0.6.11",
"description": "",
+ "engines" : { "node" : ">=0.12.0" },
"main": "dist/node/index.js",
"repository": {
"type": "git",
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [taler-wallet-core] branch master updated (cb2fbc76 -> c4d28995), gnunet, 2020/03/23
- [taler-wallet-core] 02/06: update git URL, gnunet, 2020/03/23
- [taler-wallet-core] 05/06: make sure the 'testing withdraw' subcommand does retries, gnunet, 2020/03/23
- [taler-wallet-core] 01/06: specify node version,
gnunet <=
- [taler-wallet-core] 04/06: upgrade ts and prettier, gnunet, 2020/03/23
- [taler-wallet-core] 06/06: implement time travelling, gnunet, 2020/03/23
- [taler-wallet-core] 03/06: config files WIP, gnunet, 2020/03/23