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 e0089d9 commit 64e0aecCopy full SHA for 64e0aec
2 files changed
.github/FUNDING.yml
@@ -1 +1,2 @@
1
open_collective: postcss
2
+tidelift: npm/postcss-safe-parser
package.json
@@ -20,10 +20,16 @@
20
"node": ">=12.0"
21
},
22
"main": "lib/safe-parse",
23
- "funding": {
24
- "type": "opencollective",
25
- "url": "https://opencollective.com/postcss/"
26
- },
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
27
+ },
28
29
+ "type": "tidelift",
30
+ "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
31
+ }
32
+ ],
33
"peerDependencies": {
34
"postcss": "^8.3.3"
35
0 commit comments