Skip to content

Commit ba60db6

Browse files
committed
Add funding option
1 parent 2812382 commit ba60db6

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
@@ -19,10 +19,16 @@
1919
"engines": {
2020
"node": ">=14.0"
2121
},
22-
"funding": {
23-
"type": "opencollective",
24-
"url": "https://opencollective.com/postcss/"
25-
},
22+
"funding": [
23+
{
24+
"type": "opencollective",
25+
"url": "https://opencollective.com/postcss/"
26+
},
27+
{
28+
"type": "github",
29+
"url": "https://github.com/sponsors/ai"
30+
}
31+
],
2632
"peerDependencies": {
2733
"postcss": "^8.2.14"
2834
},

0 commit comments

Comments
 (0)