Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit f221828

Browse files
committed
quick save: Thu Jan 23 12:29:42 MSK 2025
1 parent 6ee786a commit f221828

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ export { downloadEntityFromRepo } from './src/downloadEntityFromRepo.js';
66
export { provideSingleDownloadTargetConfig } from './src/configContext.js';
77
export { OctokitLayer } from './src/octokit.js';
88
export * from './src/repo.interface.js';
9+
10+
export * from './errors.js';
11+
export * from './cli.js';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-github-folder",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"type": "module",
55
"description": "Download any directory at any depth from any repo on GitHub on any git ref",
66
"license": "MIT",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"esModuleInterop": true,
88
"declaration": true,
99
"declarationMap": true,
10-
// they'll be removed by ncc if needed
10+
// they'll be removed by bundler if needed
1111
"removeComments": false,
1212
"emitDecoratorMetadata": true,
1313
"experimentalDecorators": true,

0 commit comments

Comments
 (0)