Skip to content

Commit eb7cf77

Browse files
committed
chore(sponsors): Update headline sponsors
1 parent 228a86c commit eb7cf77

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

scripts/fetch-sponsors.mts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ interface Sponsor {
3434
const tierSponsors: Record<Tier, Sponsor[]> = {
3535
headliner: [
3636
// Some sponsors are manually added here.
37-
{
38-
createdAt: '2023-03-03',
39-
name: 'Tidelift',
40-
image: 'https://github.com/tidelift.png',
41-
url: 'https://tidelift.com/subscription/pkg/npm-cheerio',
42-
type: 'FUND',
43-
monthlyDonation: 0,
44-
totalDonations: 0,
45-
source: 'manual',
46-
tier: 'headliner',
47-
},
4837
{
4938
createdAt: '2022-06-24',
5039
name: 'Github',
@@ -78,6 +67,17 @@ const tierSponsors: Record<Tier, Sponsor[]> = {
7867
source: 'manual',
7968
tier: 'headliner',
8069
},
70+
{
71+
createdAt: '2026-01-28',
72+
name: 'brand.dev',
73+
image: 'https://github.com/brand-dot-dev.png',
74+
url: 'https://brand.dev/',
75+
type: 'ORGANIZATION',
76+
monthlyDonation: 0,
77+
totalDonations: 0,
78+
source: 'manual',
79+
tier: 'headliner',
80+
},
8181
],
8282
sponsor: [],
8383
professional: [],

website/sponsors.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
{
22
"headliner": [
3-
{
4-
"createdAt": "2023-03-03",
5-
"name": "Tidelift",
6-
"image": "https://github.com/tidelift.png",
7-
"url": "https://tidelift.com/subscription/pkg/npm-cheerio",
8-
"type": "FUND",
9-
"monthlyDonation": 0,
10-
"totalDonations": 0,
11-
"source": "manual",
12-
"tier": "headliner"
13-
},
143
{
154
"createdAt": "2022-06-24",
165
"name": "Github",
@@ -43,6 +32,17 @@
4332
"totalDonations": 0,
4433
"source": "manual",
4534
"tier": "headliner"
35+
},
36+
{
37+
"createdAt": "2026-01-28",
38+
"name": "brand.dev",
39+
"image": "https://github.com/brand-dot-dev.png",
40+
"url": "https://brand.dev/",
41+
"type": "ORGANIZATION",
42+
"monthlyDonation": 0,
43+
"totalDonations": 0,
44+
"source": "manual",
45+
"tier": "headliner"
4646
}
4747
],
4848
"sponsor": [

0 commit comments

Comments
 (0)