We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641318a commit f361cbbCopy full SHA for f361cbb
1 file changed
package.json
@@ -14,10 +14,16 @@
14
"scripts": {
15
"test": "uvu . '\\.test\\.(ts|js)$' && eslint ."
16
},
17
- "funding": {
18
- "type": "opencollective",
19
- "url": "https://opencollective.com/postcss/"
20
- },
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
21
+ },
22
23
+ "type": "github",
24
+ "url": "https://github.com/sponsors/ai"
25
+ }
26
+ ],
27
"dependencies": {
28
"picocolors": "^1.0.0"
29
0 commit comments