From e07e476becb28aca51e5ca104e23a42e8aa72c14 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Tue, 5 Nov 2019 17:15:44 -0500 Subject: [PATCH 1/3] Added package.json funding property --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 41b07ca6..deca8b79 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,10 @@ "umd.js", "umd.d.ts" ], + "funding": { + "type": "GitHub", + "url": "https://github.com/sponsors/sindresorhus" + }, "keywords": [ "fetch", "request", From 18fbbcce978eb69a8219c6f5e72c382faf7cf77e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 9 Nov 2019 00:18:21 +0700 Subject: [PATCH 2/3] Update package.json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index deca8b79..7dc1e095 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, + "funding": "https://github.com/sindresorhus/ky?sponsor=1", "engines": { "node": ">=8" }, @@ -23,10 +24,6 @@ "umd.js", "umd.d.ts" ], - "funding": { - "type": "GitHub", - "url": "https://github.com/sponsors/sindresorhus" - }, "keywords": [ "fetch", "request", From f09ff97ccc24387bbbadf9b9bd4bf70818010147 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 9 Nov 2019 01:01:51 +0700 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dc1e095..9bce704a 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "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", "url": "sindresorhus.com" }, - "funding": "https://github.com/sindresorhus/ky?sponsor=1", "engines": { "node": ">=8" },