From 70cbb3ec2811200274d393b8073e6f61e66750ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar?= Date: Sun, 25 Mar 2018 23:46:25 +0200 Subject: [PATCH] CB-14002: Fix cordovaDependencies to allow plugin install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4622228..554f107 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "license": "Apache-2.0", "engines": { "cordovaDependencies": { - "2.0.0": { + "3.0.0": { "cordova": ">100" } }