chore: update contributors

This commit is contained in:
Jacob Heun 2020-02-07 16:00:20 +01:00
parent 8ab91620e9
commit c8c8212653
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -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 <jacobheun@gmail.com>",
"main": "src/index.js",
@ -61,6 +61,7 @@
"streaming-iterables": "^4.1.0"
},
"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
"Chris Campbell <christopher.d.campbell@gmail.com>",
"David Dias <daviddias.p@gmail.com>",
"Diogo Silva <fsdiogo@gmail.com>",
@ -79,6 +80,7 @@
"Vasco Santos <vasco.santos@moxy.studio>",
"Vasco Santos <vasco.santos@ua.pt>",
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
"dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>",
"nikor <nikorpoulsen@gmail.com>"
]
}