Skip to content

Commit

Permalink
feat: mirror pkg-fetch from yao-pkg/pkg-fetch (#644)
Browse files Browse the repository at this point in the history
**what:** pkg-fetch provides prebuilt node binaries used by pkg.

**why from yao-pkg:**
[vercel/pkg-fetch](https://github.com/vercel/pkg-fetch) was archived,
[yao-pkg/pkg-fetch](https://github.com/yao-pkg/pkg-fetch) is currently
the most actively maintained fork.

close: #543
  • Loading branch information
unbyte authored Jan 25, 2024
1 parent 4644c1e commit 6e32679
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,14 @@ const binaries = {
repo: 'ant-design/ant-design-charts',
distUrl: 'https://github.com/ant-design/ant-design-charts/releases',
},
'pkg-fetch': {
category: 'pkg-fetch',
description:
'pkg-fetch provides prebuilt node binaries used by pkg. yao-pkg/pkg-fetch is currently the most actively maintained fork of vercel/pkg-fetch.',
type: BinaryType.GitHub,
repo: 'yao-pkg/pkg-fetch',
distUrl: 'https://github.com/yao-pkg/pkg-fetch/releases',
},
} as const;

export type BinaryName = keyof typeof binaries;
Expand Down

0 comments on commit 6e32679

Please sign in to comment.