Skip to content

Commit

Permalink
Add funding option
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 26, 2023
1 parent 97be503 commit 115a99d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
@@ -1 +1,2 @@
open_collective: postcss
github: ai
14 changes: 10 additions & 4 deletions package.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit 115a99d

Please sign in to comment.