You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/03/28 20:46:45 UTC

[cordova-browser] 01/01: chore: bump node requirement (>=10)

This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a commit to branch feat/node-requirement
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git

commit 95a61d70aef5ce3dc89307c32049bac58903a147
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Sat Mar 28 21:46:26 2020 +0100

    chore: bump node requirement (>=10)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 7f4f4d7..377964a 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
   ],
   "license": "Apache-2.0",
   "engines": {
-    "node": ">=6.0.0"
+    "node": ">=10.0.0"
   },
   "nyc": {
     "include": [


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org