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-device-orientation.git
commit 1612f79ab9f4c0cfcfdef7b9913be36ebc31a6c5 Author: Erisu <er...@apache.org> AuthorDate: Fri Oct 27 17:02:11 2023 +0900 fix: bump cordovaDependencies for 4.0.0 --- 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 a46ace5..c0b9aba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "engines": { "cordovaDependencies": { - "3.0.0": { + "4.0.0": { "cordova": ">100" } } diff --git a/package.json b/package.json index 6af8588..45fd364 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "license": "Apache-2.0", "engines": { "cordovaDependencies": { - "3.0.0": { + "4.0.0": { "cordova": ">100" } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org