Skip to content

Commit 10eef97

Browse files
committed
build: only list contributors
1 parent aaaf462 commit 10eef97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "body-parser",
33
"description": "Node.js body parsing middleware",
44
"version": "1.6.5",
5-
"author": "Jonathan Ong <[email protected]> (http://jongleberry.com)",
65
"contributors": [
7-
"Douglas Christopher Wilson <[email protected]>"
6+
"Douglas Christopher Wilson <[email protected]>",
7+
"Jonathan Ong <[email protected]> (http://jongleberry.com)"
88
],
99
"license": "MIT",
1010
"repository": "expressjs/body-parser",

0 commit comments

Comments
 (0)