You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2017/12/27 15:49:36 UTC

[cordova-plugin-battery-status] branch master updated: CB-13700: Fix to allow 2.0.0 version install (#62)

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

macdonst pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-battery-status.git


The following commit(s) were added to refs/heads/master by this push:
     new 0746160  CB-13700: Fix to allow 2.0.0 version install (#62)
0746160 is described below

commit 074616099d2a823493fbd3cb2ff09c4b740b2e41
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Wed Dec 27 16:49:34 2017 +0100

    CB-13700: Fix to allow 2.0.0 version install (#62)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 8380753..991a62c 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
   "license": "Apache-2.0",
   "engines": {
     "cordovaDependencies": {
-      "2.0.0": {
+      "3.0.0": {
         "cordova": ">100"
       }
     }

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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