diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 50684f5..1ba9db2 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ open_collective: postcss +github: ai diff --git a/package.json b/package.json index c22029f..1b016c1 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,16 @@ "engines": { "node": ">=14.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "peerDependencies": { "postcss": "^8.2.1" },