From 449468a82f038238d4efc49ae662b33ca66bfb6e Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Mon, 18 Nov 2019 04:05:00 -0500 Subject: [PATCH] Add package.json funding property (#192) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3508e9f5..9ff26250 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Tiny and elegant HTTP client based on the browser Fetch API", "license": "MIT", "repository": "sindresorhus/ky", + "funding": "https://github.com/sindresorhus/ky?sponsor=1", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com",