From f1f380998aed8a98f3d94c4d54213a80fe320b56 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Wed, 22 Jun 2022 11:17:37 +0900 Subject: [PATCH] chore: add founding link --- .github/FUNDING.yml | 12 ++++++++++++ package.json | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..00d72ce78 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: null +patreon: null # Replace with a single Patreon username +open_collective: stylus +ko_fi: null # Replace with a single Ko-fi username +tidelift: null # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: null # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: null # Replace with a single Liberapay username +issuehunt: null # Replace with a single IssueHunt username +otechie: null # Replace with a single Otechie username +custom: null # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/package.json b/package.json index e8ae5c025..bb6bff77d 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,6 @@ "example": "examples", "test": "test" }, - "license": "MIT" + "license": "MIT", + "funding": "https://opencollective.com/stylus" }