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-device.git
The following commit(s) were added to refs/heads/master by this push:
new eace012 fix(electron): use correct engine for 2.1.0 in package.json
(#182)
eace012 is described below
commit eace0127b3f0e2286f629fd51be4e0ca3c54dabd
Author: jcesarmobile <[email protected]>
AuthorDate: Thu Oct 13 10:35:27 2022 +0200
fix(electron): use correct engine for 2.1.0 in package.json (#182)
---
package.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 840a183..9c74ff8 100644
--- a/package.json
+++ b/package.json
@@ -35,9 +35,11 @@
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
- "3.0.0": {
- "cordova": ">100",
+ "2.1.0": {
"cordova-electron": ">=3.0.0"
+ },
+ "3.0.0": {
+ "cordova": ">100"
}
}
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]