Skip to content

Commit e0930e6

Browse files
committed
Add funding option
1 parent 358b83b commit e0930e6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
open_collective: postcss
2+
github: ai

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@
3333
"./process-result": "./process-result.js",
3434
"./sync": "./sync.js"
3535
},
36-
"funding": {
37-
"type": "opencollective",
38-
"url": "https://opencollective.com/postcss/"
39-
},
36+
"funding": [
37+
{
38+
"type": "opencollective",
39+
"url": "https://opencollective.com/postcss/"
40+
},
41+
{
42+
"type": "github",
43+
"url": "https://github.com/sponsors/ai"
44+
}
45+
],
4046
"peerDependencies": {
4147
"postcss": "^8.4.21"
4248
},

0 commit comments

Comments
 (0)