This is an automated email from the ASF dual-hosted git repository. jcesarmobile pushed a commit to branch fix-lock in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git
commit fe91fd2e1ced57e125879e381c8bfa33e5de1937 Author: jcesarmobile <[email protected]> AuthorDate: Tue Apr 25 01:48:44 2023 +0200 chore: fix engines in package-lock.json --- package-lock.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package-lock.json b/package-lock.json index d89ff4c..346c72a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,11 @@ "cordova": ">=3.0.0" }, "4.0.0": { + "cordova": ">=3.0.0", + "cordova-android": ">=10.0.0", + "cordova-ios": ">=6.0.0" + }, + "5.0.0": { "cordova": ">100" } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
