From c8c82126532f876ae73e905b2cfda69c56ff26dd Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 7 Feb 2020 16:00:20 +0100 Subject: [PATCH] chore: update contributors --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a335eaa..b29aa5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-websockets", - "version": "0.13.2", + "version": "0.13.3", "description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec", "leadMaintainer": "Jacob Heun ", "main": "src/index.js", @@ -61,6 +61,7 @@ "streaming-iterables": "^4.1.0" }, "contributors": [ + "Alan Shaw ", "Chris Campbell ", "David Dias ", "Diogo Silva ", @@ -79,6 +80,7 @@ "Vasco Santos ", "Vasco Santos ", "Victor Bjelkholm ", + "dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>", "nikor " ] }