diff --git a/package.json b/package.json index 12e37ef..0247c7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.14.3", + "version": "0.14.4", "description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces", "leadMaintainer": "Jacob Heun ", "main": "src/index.js", @@ -52,24 +52,22 @@ "stream-to-it": "^0.2.0" }, "contributors": [ - "Alan Shaw ", - "Alan Shaw ", "David Dias ", + "Jacob Heun ", + "Stephen Whitmore ", + "Friedel Ziegelmayer ", + "Vasco Santos ", + "Richard Littauer ", + "Tom White ", + "Alan Shaw ", + "Pedro Teixeira ", + "Prashanth Chandra ", + "João Antunes ", + "Alex Potsides ", "Diogo Silva ", "Dmitriy Ryajov ", "Drew Stone ", "Evan Schwartz ", - "Friedel Ziegelmayer ", - "Greenkeeper ", - "Jacob Heun ", - "Jacob Heun ", - "João Antunes ", - "Linus Unnebäck ", - "Pedro Teixeira ", - "Prashanth Chandra ", - "Richard Littauer ", - "Stephen Whitmore ", - "TomCoded ", - "Vasco Santos " + "Linus Unnebäck " ] }