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:12:46 UTC

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

Repository: cordova-plugin-legacy-whitelist
Updated Branches:
  refs/heads/master 1a8635b21 -> a1ceb6612


CB-8660 remove extra commas from package.json


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

Branch: refs/heads/master
Commit: a1ceb661234314f4dd54d5c4674575805fe8df02
Parents: 1a8635b
Author: Edna Morales <ed...@gmail.com>
Authored: Thu Mar 12 11:00:28 2015 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Thu Mar 12 12:11:34 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/blob/a1ceb661/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 77ca1ec..b6c5a30 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