diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-12-01 22:59:37 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-12-01 22:59:37 +0000 |
| commit | 25448614cf78d0752821e1349047ed3a5f7dc52d (patch) | |
| tree | 9d449ac70cc8cac321dc3ebb29f678efd89a8784 | |
| parent | 6d2ad1c32c2f0b5041f501e3e9f64b96f7c43180 (diff) | |
| download | packages-25448614cf78d0752821e1349047ed3a5f7dc52d.tar.gz packages-25448614cf78d0752821e1349047ed3a5f7dc52d.zip | |
Fixes a problem with the json.
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index d75a005..34f77d3 100644 --- a/packages.json +++ b/packages.json @@ -3,7 +3,7 @@ "name": "jester", "url": "git://github.com/dom96/jester/", "method": "git", - "tags": ["web", "http", "framework", "dsl"] + "tags": ["web", "http", "framework", "dsl"], "description": "Web Framework inspired by Sinatra." } ]
\ No newline at end of file |
