From 926a99caea1fcf9d774738e86f844e28a1488621 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 7 Aug 2020 18:09:06 +0200 Subject: [PATCH] chore: update contributors --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 05de3cd..3f28476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.14.6", + "version": "0.15.0", "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", @@ -55,17 +55,17 @@ "Stephen Whitmore ", "Friedel Ziegelmayer ", "Vasco Santos ", + "Alex Potsides ", "Richard Littauer ", "Tom White ", "Alan Shaw ", - "Pedro Teixeira ", - "Prashanth Chandra ", "João Antunes ", - "Alex Potsides ", "Diogo Silva ", "Dmitriy Ryajov ", "Drew Stone ", "Evan Schwartz ", - "Linus Unnebäck " + "Linus Unnebäck ", + "Pedro Teixeira ", + "Prashanth Chandra " ] }