You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/09/14 08:43:23 UTC

docs commit: CB-11805 - Invalid json in example code

Repository: cordova-docs
Updated Branches:
  refs/heads/master 7ee4375e7 -> e4dd908dc


CB-11805 - Invalid json in example code


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e4dd908d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e4dd908d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e4dd908d

Branch: refs/heads/master
Commit: e4dd908dc8959ee095003d37275b8114449a3fc0
Parents: 7ee4375
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Sep 14 01:43:14 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Sep 14 01:43:14 2016 -0700

----------------------------------------------------------------------
 www/docs/en/dev/guide/hybrid/plugins/index.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e4dd908d/www/docs/en/dev/guide/hybrid/plugins/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/guide/hybrid/plugins/index.md b/www/docs/en/dev/guide/hybrid/plugins/index.md
index d770265..39283a2 100644
--- a/www/docs/en/dev/guide/hybrid/plugins/index.md
+++ b/www/docs/en/dev/guide/hybrid/plugins/index.md
@@ -272,8 +272,8 @@ To specify Cordova-related dependencies for a plugin, alter the `engines` elemen
 structure:
 
 ```javascript
-engines: {
-    cordovaDependencies: {
+"engines": {
+    "cordovaDependencies": {
         PLUGIN_VERSION: {
             DEPENDENCY: SEMVER_RANGE,
             DEPENDENCY: SEMVER_RANGE,
@@ -301,8 +301,8 @@ dependency information as the highest `PLUGIN_VERSION` listed below them. For
 example, consider the following entry:
 
 ```javascript
-engines: {
-    cordovaDependencies: {
+"engines": {
+    "cordovaDependencies": {
         "1.0.0": { "cordova-android": "<3.0.0"},
         "2.1.0": { "cordova-android": ">4.0.0"}
     }
@@ -326,8 +326,8 @@ whatever `DEPENDENCY` values are given to all versions of the plugin below the
 specified version. For example, consider the following entry:
 
 ```javascript
-engines: {
-    cordovaDependencies: {
+"engines": {
+    "cordovaDependencies": {
         "0.0.1":  { "cordova-ios": ">1.0.0" },
         "<1.0.0": { "cordova-ios": "<2.0.0" },
         "<2.0.0": { "cordova-ios": "<5.0.0" }


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