Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nateps committed Sep 22, 2011
1 parent 438d835 commit 5802a64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{ {
"name": "connect-gzip", "name": "connect-gzip",
"description": "Gzip middleware for Connect. Based on implementation in Connect 0.5.9. Original source: https://github.com/senchalabs/connect/tree/c9a0c1e0e98451bb5fffb70c622b827a11bf4fc7", "description": "Gzip middleware for Connect. Based on implementation in Connect 0.5.9. Original source: https://github.com/senchalabs/connect/tree/c9a0c1e0e98451bb5fffb70c622b827a11bf4fc7",
"version": "0.1.0", "version": "0.1.1",
"author": "Nate Smith", "author": "Nate Smith",
"main": "./index.js", "main": "./index.js",
"dependencies": { "dependencies": {
Expand All @@ -16,5 +16,6 @@
}, },
"files": [ "files": [
"" ""
] ],
"devDependencies": {}
} }

0 comments on commit 5802a64

Please sign in to comment.