From 78ec2f29ffb2fb15148c8cb65587914b1f106cd8 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 23 Oct 2020 10:45:58 -1000 Subject: [PATCH] package metadata --- package.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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" + } + ] } -- 2.34.1