CB-13703: Fix to allow 2.0.0 version install
diff --git a/package.json b/package.json
index a79ef87..58aedf3 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
   "license": "Apache-2.0",
   "engines": {
     "cordovaDependencies": {
-      "2.0.0": {
+      "3.0.0": {
         "cordova": ">100"
       }
     }