Skip to content

Commit

Permalink
feat: mirror ant-design-charts releases (#638)
Browse files Browse the repository at this point in the history
closes #635
  • Loading branch information
fengmk2 authored Jan 13, 2024
1 parent 039a56f commit ad86be3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,13 @@ const binaries = {
repo: 'macos-fuse-t/fuse-t',
distUrl: 'https://github.com/macos-fuse-t/fuse-t/releases',
},
'ant-design-charts': {
category: 'ant-design-charts',
description: 'A React Chart Library https://ant-design-charts-next.antgroup.com/',
type: BinaryType.GitHub,
repo: 'ant-design/ant-design-charts',
distUrl: 'https://github.com/ant-design/ant-design-charts/releases',
},
} as const;

export type BinaryName = keyof typeof binaries;
Expand Down

0 comments on commit ad86be3

Please sign in to comment.