Skip to content

Commit e32e597

Browse files
committed
remove tannerlinsley from oss-stats npm orgs list
Users are not currently supported in the component, and are tough to do well with npm apis. Recommend just listing specific packages that have a high download count for inclusion in stats
1 parent 34608de commit e32e597

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

convex/stats.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import { v } from 'convex/values'
55

66
export const ossStats = new OssStats(components.ossStats, {
77
githubOwners: ['tanstack'],
8-
npmOrgs: ['tanstack', 'tannerlinsley'],
8+
npmOrgs: ['tanstack'],
9+
npmPackages: ['react-query', 'react-table'],
910
})
1011

1112
export const getStats = query({

0 commit comments

Comments
 (0)