Skip to content

Commit 06629b3

Browse files
committed
build: use compact formats in package
1 parent e19a1aa commit 06629b3

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22
"name": "compression",
33
"description": "Compression middleware for connect and node.js",
44
"version": "1.0.6",
5-
"author": {
6-
"name": "Jonathan Ong",
7-
"email": "[email protected]",
8-
"url": "http://jongleberry.com",
9-
"twitter": "https://twitter.com/jongleberry"
10-
},
5+
"author": "Jonathan Ong <[email protected]> (http://jongleberry.com)",
116
"contributors": [
12-
{
13-
"name": "Douglas Christopher Wilson",
14-
"email": "[email protected]"
15-
}
7+
"Douglas Christopher Wilson <[email protected]>"
168
],
179
"license": "MIT",
1810
"repository": "expressjs/compression",

0 commit comments

Comments
 (0)