From e69456ba337ca857fc353eb114d862fb6aff1b69 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 15 May 2020 10:42:04 -0700 Subject: [PATCH] package metadata --- index.js | 1 + package.json | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index a054837b..37590636 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +/*! simple-get. MIT License. Feross Aboukhadijeh */ module.exports = simpleGet const concat = require('simple-concat') diff --git a/package.json b/package.json index a7b23dcf..941b620c 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" }, "browser": { "decompress-response": false @@ -49,5 +49,19 @@ }, "scripts": { "test": "standard && tape test/*.js" - } + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }