You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2015/03/12 17:09:27 UTC

cordova-plugin-whitelist git commit: CB-8660 remove extra commas from package.json

Repository: cordova-plugin-whitelist
Updated Branches:
  refs/heads/master 4c66fc802 -> 49a8b1282


CB-8660 remove extra commas from package.json

github: close #1


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/49a8b128
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/49a8b128
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/49a8b128

Branch: refs/heads/master
Commit: 49a8b128209908556fc65df573a4c37796c0c8e0
Parents: 4c66fc8
Author: Edna Morales <ed...@gmail.com>
Authored: Thu Mar 12 11:02:50 2015 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Thu Mar 12 12:08:00 2015 -0400

----------------------------------------------------------------------
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/49a8b128/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1c2f08f..7930269 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
     "whitelist",
     "ecosystem:cordova",
     "cordova-android",
-    "cordova-ios",
+    "cordova-ios"
   ],
   "engines": [
     {
@@ -27,7 +27,7 @@
     {
       "name": "cordova-ios",
       "version": ">=4.0.0-dev"
-    },
+    }
   ],
   "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