You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2022/10/12 22:12:27 UTC

[cordova-plugin-device] branch fix-engines created (now 0a3b0f6)

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a change to branch fix-engines
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-device.git


      at 0a3b0f6  fix(electron): use correct engine for 2.1.0 in package.json

This branch includes the following new commits:

     new 0a3b0f6  fix(electron): use correct engine for 2.1.0 in package.json

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-plugin-device] 01/01: fix(electron): use correct engine for 2.1.0 in package.json

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch fix-engines
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-device.git

commit 0a3b0f6098790bb01ad41cc802bab93f3996e266
Author: Julio César <jc...@gmail.com>
AuthorDate: Thu Oct 13 00:12:15 2022 +0200

    fix(electron): use correct engine for 2.1.0 in package.json
---
 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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org