From 63a78bac8b3c0294f89f49b4ae591310a7da89f5 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 27 Dec 2017 16:50:05 +0100 Subject: [PATCH] CB-13708: Fix to allow 2.0.0 version install (#60) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 622618a..30a793b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "license": "Apache-2.0", "engines": { "cordovaDependencies": { - "2.0.0": { + "3.0.0": { "cordova": ">100" } }