You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by rk...@apache.org on 2016/05/17 21:58:20 UTC

cordova-plugin-whitelist git commit: CB-10866: Adding engine info to package.json

Repository: cordova-plugin-whitelist
Updated Branches:
  refs/heads/master f1a395601 -> 599fa733a


CB-10866: Adding engine info to package.json

This closes #18


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/commit/599fa733
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/599fa733
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/599fa733

Branch: refs/heads/master
Commit: 599fa733a5f50c5fb120c38f708879ea48fe89ec
Parents: f1a3956
Author: Richard Knoll <ri...@gmail.com>
Authored: Mon Mar 14 12:20:24 2016 -0700
Committer: Richard Knoll <ri...@gmail.com>
Committed: Tue May 17 14:20:26 2016 -0700

----------------------------------------------------------------------
 package.json | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/599fa733/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f0be486..70b52cc 100644
--- a/package.json
+++ b/package.json
@@ -17,12 +17,13 @@
     "ecosystem:cordova",
     "cordova-android"
   ],
-  "engines": [
-    {
-      "name": "cordova-android",
-      "version": ">=4.0.0"
+  "engines": {
+    "cordovaDependencies": {
+      "0.0.0": {
+        "cordova-android": ">=4.0.0"
+      }
     }
-  ],
+  },
   "author": "Apache Software Foundation",
   "license": "Apache 2.0"
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org