mirror of
https://github.com/cheeriojs/cheerio.git
synced 2026-02-25 23:25:17 +00:00
chore(sponsors): Update headline sponsors
This commit is contained in:
@@ -34,17 +34,6 @@ interface Sponsor {
|
||||
const tierSponsors: Record<Tier, Sponsor[]> = {
|
||||
headliner: [
|
||||
// Some sponsors are manually added here.
|
||||
{
|
||||
createdAt: '2023-03-03',
|
||||
name: 'Tidelift',
|
||||
image: 'https://github.com/tidelift.png',
|
||||
url: 'https://tidelift.com/subscription/pkg/npm-cheerio',
|
||||
type: 'FUND',
|
||||
monthlyDonation: 0,
|
||||
totalDonations: 0,
|
||||
source: 'manual',
|
||||
tier: 'headliner',
|
||||
},
|
||||
{
|
||||
createdAt: '2022-06-24',
|
||||
name: 'Github',
|
||||
@@ -78,6 +67,17 @@ const tierSponsors: Record<Tier, Sponsor[]> = {
|
||||
source: 'manual',
|
||||
tier: 'headliner',
|
||||
},
|
||||
{
|
||||
createdAt: '2026-01-28',
|
||||
name: 'brand.dev',
|
||||
image: 'https://github.com/brand-dot-dev.png',
|
||||
url: 'https://brand.dev/',
|
||||
type: 'ORGANIZATION',
|
||||
monthlyDonation: 0,
|
||||
totalDonations: 0,
|
||||
source: 'manual',
|
||||
tier: 'headliner',
|
||||
},
|
||||
],
|
||||
sponsor: [],
|
||||
professional: [],
|
||||
|
||||
@@ -1,16 +1,5 @@
|
||||
{
|
||||
"headliner": [
|
||||
{
|
||||
"createdAt": "2023-03-03",
|
||||
"name": "Tidelift",
|
||||
"image": "https://github.com/tidelift.png",
|
||||
"url": "https://tidelift.com/subscription/pkg/npm-cheerio",
|
||||
"type": "FUND",
|
||||
"monthlyDonation": 0,
|
||||
"totalDonations": 0,
|
||||
"source": "manual",
|
||||
"tier": "headliner"
|
||||
},
|
||||
{
|
||||
"createdAt": "2022-06-24",
|
||||
"name": "Github",
|
||||
@@ -43,6 +32,17 @@
|
||||
"totalDonations": 0,
|
||||
"source": "manual",
|
||||
"tier": "headliner"
|
||||
},
|
||||
{
|
||||
"createdAt": "2026-01-28",
|
||||
"name": "brand.dev",
|
||||
"image": "https://github.com/brand-dot-dev.png",
|
||||
"url": "https://brand.dev/",
|
||||
"type": "ORGANIZATION",
|
||||
"monthlyDonation": 0,
|
||||
"totalDonations": 0,
|
||||
"source": "manual",
|
||||
"tier": "headliner"
|
||||
}
|
||||
],
|
||||
"sponsor": [
|
||||
|
||||
Reference in New Issue
Block a user