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 23:36:36 UTC

cordova-plugin-inappbrowser git commit: CB-10866: Adding engine requirements to package.json

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 4543dec13 -> 066ba4c28


CB-10866: Adding engine requirements to package.json

This closes #155


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/066ba4c2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/066ba4c2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/066ba4c2

Branch: refs/heads/master
Commit: 066ba4c286f4d63ee2cf3fda14f6ca1481fa4a0f
Parents: 4543dec
Author: Richard Knoll <ri...@gmail.com>
Authored: Mon Mar 14 11:41:10 2016 -0700
Committer: Richard Knoll <ri...@gmail.com>
Committed: Tue May 17 15:02:54 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/066ba4c2/package.json
----------------------------------------------------------------------
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": {


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