This is an automated email from the ASF dual-hosted git repository.
jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git
The following commit(s) were added to refs/heads/master by this push:
new 307cd92 chore: fix engines in package-lock.json (#262)
307cd92 is described below
commit 307cd92ea1f5b0fb11ce23ed258f9ab68a05e499
Author: jcesarmobile <[email protected]>
AuthorDate: Wed Apr 26 00:23:04 2023 +0200
chore: fix engines in package-lock.json (#262)
---
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]