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/18 18:04:00 UTC

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

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master b44816662 -> 16c653747


CB-10866: Adding engine info to package.json

This closes #52


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/16c65374
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/16c65374
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/16c65374

Branch: refs/heads/master
Commit: 16c653747ebd82874ab55ce7b53976955357e24e
Parents: b448166
Author: Richard Knoll <ri...@gmail.com>
Authored: Mon Mar 14 12:03:21 2016 -0700
Committer: Richard Knoll <ri...@gmail.com>
Committed: Wed May 18 10:50:47 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/16c65374/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b92fd03..f51a44b 100644
--- a/package.json
+++ b/package.json
@@ -30,12 +30,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.0.0"
+  "engines": {
+    "cordovaDependencies": {
+      "0.1.0": {
+        "cordova": ">=3.0.0"
+      }
     }
-  ],
+  },
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "devDependencies": {


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