You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/06/26 09:56:04 UTC

[cordova-plugin-splashscreen] branch master updated: breaking: drop node engine requirement (#276)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 369f8d1  breaking: drop node engine requirement (#276)
369f8d1 is described below

commit 369f8d148f2a9493a97a0cc80db44ee0bc12a2cc
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Jun 26 18:55:53 2020 +0900

    breaking: drop node engine requirement (#276)
---
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 093acd3..309c214 100644
--- a/package.json
+++ b/package.json
@@ -36,8 +36,7 @@
       "7.0.0": {
         "cordova": ">100"
       }
-    },
-    "node": ">=6.0.0"
+    }
   },
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",


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