From 9d56e98b07b7d60b1b808165a509be854520e324 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Jul 2021 01:03:32 +0000 Subject: [PATCH] fix: update config files --- .github/FUNDING.yml | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ba05983 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,5 @@ +custom: + - buymeacoffee.com/dword + - paypal.me/SebastianLandwehr +github: dword-design +patreon: dworddesign diff --git a/package.json b/package.json index 6bdc3bd..80e6215 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "webdevelopment" ], "repository": "dword-design/nuxt-modernizr", - "funding": "https://www.buymeacoffee.com/dword", + "funding": "https://github.com/sponsors/dword-design", "license": "MIT", "author": "Sebastian Landwehr ", "main": "dist/index.js",