diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 11:55:13 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 11:55:13 +0100 |
| commit | eac6b521264c15555897442c503e86ccfae80669 (patch) | |
| tree | 5766ccaf3081af58f8951288aae6c74762dcd531 | |
| parent | 1d8ae4b76aff13352290646963ef03e67efba117 (diff) | |
| download | packages-eac6b521264c15555897442c503e86ccfae80669.tar.gz packages-eac6b521264c15555897442c503e86ccfae80669.zip | |
Remove trailing comma
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index bc8f5c1..19ced94 100644 --- a/packages.json +++ b/packages.json @@ -1577,5 +1577,5 @@ "description": "Handler framework for the Mongrel2 web server.", "license": "MIT", "web": "http://bitbucket.org/mahlon/nim-mongrel2" - }, + } ] |
