From d3a21b6f78dc13f89030300bd1837d98fdd847dd Mon Sep 17 00:00:00 2001 From: "Masahiro Miyashiro (3846masa)" <3846masahiro+git@gmail.com> Date: Wed, 28 Dec 2022 12:06:02 +0900 Subject: [PATCH] fix(docs): add funding link to README (#653) * If you like this library, please support me via GitHub Sponsors. --- .github/FUNDING.yml | 1 + README.md | 1 + package.json | 1 + 3 files changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..52e9d140 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: 3846masa diff --git a/README.md b/README.md index 89162c98..6dafe677 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![axios-cookiejar-support](./docs/assets/ogp.jpg) +[![github sponsors](https://flat.badgen.net/badge/GitHub%20Sponsors/Support%20me%20%E2%9D%A4/ff69b4?icon=github)](https://github.com/sponsors/3846masa) [![npm](https://flat.badgen.net/npm/v/axios-cookiejar-support)](https://www.npmjs.com/package/axios-cookiejar-support) [![license](https://flat.badgen.net/badge/license/MIT/blue)](LICENSE) [![standard-readme compliant](https://flat.badgen.net/badge/readme%20style/standard/green)](https://github.com/RichardLitt/standard-readme) diff --git a/package.json b/package.json index d49c0b0c..c2e01152 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "type": "git", "url": "git+https://github.com/3846masa/axios-cookiejar-support.git" }, + "funding": "https://github.com/sponsors/3846masa", "license": "MIT", "author": "3846masa <3846masahiro+git@gmail.com>", "main": "dist/index.js",