Skip to content

Commit 64e0aec

Browse files
committed
Add Tidelift links
1 parent e0089d9 commit 64e0aec

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.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+
tidelift: npm/postcss-safe-parser

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@
2020
"node": ">=12.0"
2121
},
2222
"main": "lib/safe-parse",
23-
"funding": {
24-
"type": "opencollective",
25-
"url": "https://opencollective.com/postcss/"
26-
},
23+
"funding": [
24+
{
25+
"type": "opencollective",
26+
"url": "https://opencollective.com/postcss/"
27+
},
28+
{
29+
"type": "tidelift",
30+
"url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
31+
}
32+
],
2733
"peerDependencies": {
2834
"postcss": "^8.3.3"
2935
},

0 commit comments

Comments
 (0)