From 5f072a752d24a999cbd953e2a1ae365a8ca4215a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar?= Date: Tue, 26 Dec 2017 18:22:29 +0100 Subject: [PATCH] CB-13699: Fix to allow 2.0.0 version install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00e9489..d31094f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "0.2.3": { "cordova": ">=3.1.0" }, - "2.0.0": { + "3.0.0": { "cordova": ">100" } }