You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/02/18 23:29:35 UTC

git commit: woops syntax error in package.json

Updated Branches:
  refs/heads/master b9d9837e3 -> 07dd9249d


woops syntax error in package.json


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

Branch: refs/heads/master
Commit: 07dd9249da518df6c2ea0d110cd33e2a362460c2
Parents: b9d9837
Author: Fil Maj <ma...@gmail.com>
Authored: Mon Feb 18 14:29:28 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Mon Feb 18 14:29:28 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/07dd9249/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c236d71..9467b5d 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
     {"name": "Michael Brooks", "email":"michael@michaelbrooks.ca"},
     {"name": "Braden Shepherdson", "email":"braden@chromium.org"},
     {"name": "Gord Tanner", "email":"gtanner@gmail.com"},
-    {"name": "Tim Kim", "email": "timk@adobe.com"},
+    {"name": "Tim Kim", "email": "timk@adobe.com"}
   ],
   "license": "Apache version 2.0"
 }