diff --git a/package.json b/package.json index 983d8cf..404161e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-websockets", - "version": "0.13.5", + "version": "0.13.6", "description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec", "leadMaintainer": "Jacob Heun ", "main": "src/index.js", @@ -62,27 +62,23 @@ "streaming-iterables": "^4.1.0" }, "contributors": [ - "Alan Shaw ", + "David Dias ", + "Jacob Heun ", + "Friedel Ziegelmayer ", + "Vasco Santos ", + "Francisco Baio Dias ", + "Dmitriy Ryajov ", + "Hugo Dias ", + "Maciej Krüger ", + "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ ", "Alex Potsides ", "Chris Campbell ", - "David Dias ", "Diogo Silva ", - "Dmitriy Ryajov ", - "Francisco Baio Dias ", - "Friedel Ziegelmayer ", - "Greenkeeper ", - "Hugo Dias ", "Jack Kleeman ", - "Jacob Heun ", - "Jacob Heun ", - "Maciej Krüger ", "Marcin Rataj ", "Michael FIG ", "Richard Littauer ", - "Vasco Santos ", - "Vasco Santos ", - "Victor Bjelkholm ", - "dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>", - "nikor " + "nikor ", + "Alan Shaw " ] }