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:28 UTC

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

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