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.
funding
1 parent 0ab7a6f commit 5634a8bCopy full SHA for 5634a8b
1 file changed
package.json
@@ -57,10 +57,16 @@
57
"test": "c8 pnpm unit && eslint . && node ./test/version.js && check-dts && node ./test/integration.js && size-limit",
58
"unit": "uvu -r ts-node/register/transpile-only test \"\\.test\\.(ts|js)$\""
59
},
60
- "funding": {
61
- "type": "opencollective",
62
- "url": "https://opencollective.com/postcss/"
63
- },
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
64
+ },
65
66
+ "type": "tidelift",
67
+ "url": "https://tidelift.com/funding/github/npm/postcss"
68
+ }
69
+ ],
70
"author": "Andrey Sitnik <andrey@sitnik.ru>",
71
"license": "MIT",
72
"homepage": "https://postcss.org/",
0 commit comments