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 09:55:50 UTC

[cordova-plugin-splashscreen] branch master updated: feat: update cordova engine for future 8.0.0 (#338)

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 4803a88  feat: update cordova engine for future 8.0.0 (#338)
4803a88 is described below

commit 4803a88fb431a0e9401f005edd460437a852e656
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Sep 9 18:55:45 2022 +0900

    feat: update cordova engine for future 8.0.0 (#338)
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index b985729..587c419 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
             "cordova-android": ">=3.6.0 <11.0.0",
             "cordova-windows": ">=4.4.0"
           },
-          "7.0.0": {
+          "8.0.0": {
             "cordova": ">100"
           }
         }
diff --git a/package.json b/package.json
index 05d160d..cf24931 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
         "cordova-android": ">=3.6.0 <11.0.0",
         "cordova-windows": ">=4.4.0"
       },
-      "7.0.0": {
+      "8.0.0": {
         "cordova": ">100"
       }
     }


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