Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit f4f3e85

Browse files
committed
chore: update contributors
1 parent 3a127fc commit f4f3e85

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

package.json

+13-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-tcp",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
55
"leadMaintainer": "Jacob Heun <[email protected]>",
66
"main": "src/index.js",
@@ -52,24 +52,22 @@
5252
"stream-to-it": "^0.2.0"
5353
},
5454
"contributors": [
55-
"Alan Shaw <[email protected]>",
56-
"Alan Shaw <[email protected]>",
5755
"David Dias <[email protected]>",
56+
"Jacob Heun <[email protected]>",
57+
"Stephen Whitmore <[email protected]>",
58+
"Friedel Ziegelmayer <[email protected]>",
59+
"Vasco Santos <[email protected]>",
60+
"Richard Littauer <[email protected]>",
61+
"Tom White <[email protected]>",
62+
"Alan Shaw <[email protected]>",
63+
"Pedro Teixeira <[email protected]>",
64+
"Prashanth Chandra <[email protected]>",
65+
"João Antunes <[email protected]>",
66+
"Alex Potsides <[email protected]>",
5867
"Diogo Silva <[email protected]>",
5968
"Dmitriy Ryajov <[email protected]>",
6069
"Drew Stone <[email protected]>",
6170
"Evan Schwartz <[email protected]>",
62-
"Friedel Ziegelmayer <[email protected]>",
63-
"Greenkeeper <[email protected]>",
64-
"Jacob Heun <[email protected]>",
65-
"Jacob Heun <[email protected]>",
66-
"João Antunes <[email protected]>",
67-
"Linus Unnebäck <[email protected]>",
68-
"Pedro Teixeira <[email protected]>",
69-
"Prashanth Chandra <[email protected]>",
70-
"Richard Littauer <[email protected]>",
71-
"Stephen Whitmore <[email protected]>",
72-
"TomCoded <[email protected]>",
73-
"Vasco Santos <[email protected]>"
71+
"Linus Unnebäck <[email protected]>"
7472
]
7573
}

0 commit comments

Comments
 (0)