From: Feross Aboukhadijeh Date: Fri, 23 Oct 2020 20:45:58 +0000 (-1000) Subject: package metadata X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=78ec2f29ffb2fb15148c8cb65587914b1f106cd8;p=buffer.git package metadata --- diff --git a/package.json b/package.json index 6356536..e83aabe 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", - "url": "http://feross.org" + "url": "https://feross.org" }, "bugs": { "url": "https://github.com/feross/buffer/issues" @@ -78,5 +78,19 @@ "globals": [ "SharedArrayBuffer" ] - } + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }