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/29 21:29:27 UTC

[cordova-browser] branch master updated: chore: bump node requirement (>=10) (#92)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7476d02  chore: bump node requirement (>=10) (#92)
7476d02 is described below

commit 7476d027fd585eb0921dd25e27385091a7b27ae8
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Sun Mar 29 21:28:27 2020 +0000

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

diff --git a/package.json b/package.json
index 209b722..71b60a3 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