diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 96e2202c5..2737ccea2 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ github: AliasIO +custom: https://www.buymeacoffee.com/aliasio diff --git a/src/drivers/npm/package.json b/src/drivers/npm/package.json index 7fb216862..72e628d60 100644 --- a/src/drivers/npm/package.json +++ b/src/drivers/npm/package.json @@ -23,6 +23,9 @@ "funding": [ { "url": "https://github.com/sponsors/aliasio" + }, + { + "url": "https://www.buymeacoffee.com/aliasio" } ], "main": "driver.js", diff --git a/src/package.json b/src/package.json index 0a2b8cd89..198bdef2e 100644 --- a/src/package.json +++ b/src/package.json @@ -23,6 +23,9 @@ "funding": [ { "url": "https://github.com/sponsors/aliasio" + }, + { + "url": "https://www.buymeacoffee.com/aliasio" } ], "main": "wappalyzer.js",