diff --git a/package.json b/package.json index 10c5a5e..7ac811e 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,13 @@ }, "author": "Apache Software Foundation", "license": "Apache-2.0", + "engines": { + "cordovaDependencies": { + "2.0.0": { + "cordova": ">100" + } + } + }, "devDependencies": { "jshint": "^2.6.0" }