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 2022/09/09 11:07:28 UTC

[cordova-plugin-splashscreen] branch master updated: fix: restore cordova-ios engine requirement (#339)

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 1b23804  fix: restore cordova-ios engine requirement (#339)
1b23804 is described below

commit 1b23804f6f146738608ae75090766ef8304e8318
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Sep 9 20:07:24 2022 +0900

    fix: restore cordova-ios engine requirement (#339)
---
 package-lock.json | 3 +++
 package.json      | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/package-lock.json b/package-lock.json
index 587c419..e9d3410 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,6 +13,9 @@
       },
       "engines": {
         "cordovaDependencies": {
+          "<6.0.0": {
+            "cordova-ios": "<6.0.0"
+          },
           ">=4.0.0": {
             "cordova-android": ">=3.6.0",
             "cordova-windows": ">=4.4.0"
diff --git a/package.json b/package.json
index cf24931..bd112b7 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,9 @@
         "cordova-android": ">=3.6.0",
         "cordova-windows": ">=4.4.0"
       },
+      "<6.0.0": {
+        "cordova-ios": "<6.0.0"
+      },
       "6.0.2": {
         "cordova-android": ">=3.6.0 <11.0.0",
         "cordova-windows": ">=4.4.0"


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