Skip to content

Commit c3dcbc1

Browse files
committed
Fix author field format in package.json
Signed-off-by: Matthew Peveler <[email protected]>
1 parent f317e11 commit c3dcbc1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "portfinder",
33
"description": "A simple tool to find an open port on the current machine",
44
"version": "1.0.37",
5-
"author": "Charlie Robbins <[email protected]>, Erik Trom <[email protected]>",
5+
"author": "Charlie Robbins <[email protected]>",
6+
"contributors": [
7+
"Erik Trom <[email protected]>"
8+
],
69
"repository": {
710
"type": "git",
811
"url": "[email protected]:http-party/node-portfinder.git"

0 commit comments

Comments
 (0)