From 066ba4c286f4d63ee2cf3fda14f6ca1481fa4a0f Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Mon, 14 Mar 2016 11:41:10 -0700 Subject: [PATCH] CB-10866: Adding engine requirements to package.json This closes #155 --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 57e5369..f2e2c3a 100644 --- a/package.json +++ b/package.json @@ -41,12 +41,13 @@ "test": "npm run jshint", "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests" }, - "engines": [ - { - "name": "cordova", - "version": ">=3.1.0" + "engines": { + "cordovaDependencies": { + "0.2.3": { + "cordova": ">=3.1.0" + } } - ], + }, "author": "Apache Software Foundation", "license": "Apache-2.0", "devDependencies": {