Skip to content

Commit f361cbb

Browse files
committed
Update funding
1 parent 641318a commit f361cbb

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
"scripts": {
1515
"test": "uvu . '\\.test\\.(ts|js)$' && eslint ."
1616
},
17-
"funding": {
18-
"type": "opencollective",
19-
"url": "https://opencollective.com/postcss/"
20-
},
17+
"funding": [
18+
{
19+
"type": "opencollective",
20+
"url": "https://opencollective.com/postcss/"
21+
},
22+
{
23+
"type": "github",
24+
"url": "https://github.com/sponsors/ai"
25+
}
26+
],
2127
"dependencies": {
2228
"picocolors": "^1.0.0"
2329
},

0 commit comments

Comments
 (0)