Updated Branches: refs/heads/future 24dbc2664 -> e1970f3aa
Fix parse error in package.json Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/e1970f3a Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/e1970f3a Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/e1970f3a Branch: refs/heads/future Commit: e1970f3aaee8b492e1515051883750921b496633 Parents: 24dbc26 Author: Andrew Grieve <[email protected]> Authored: Tue Apr 23 10:46:15 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue Apr 23 10:46:15 2013 -0400 ---------------------------------------------------------------------- package.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/e1970f3a/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 10a5f3a..d687620 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,5 @@ { "name":"Fil Maj" } - ], + ] }
