Merge pull request #41 from jcesarmobile/CB-14002

CB-14002: Fix cordovaDependencies to allow plugin install
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"
       }
     }