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

Commit 6ee786a

Browse files
nikelbormgithub-actions[bot]
authored andcommitted
Auto-updated NPM package files
1 parent 34389a1 commit 6ee786a

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

deno.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
"README.md",
2020
"LICENSE"
2121
],
22-
"exclude": [
23-
"**/*.spec.*",
24-
"scratchpad.*"
25-
]
22+
"exclude": ["**/*.spec.*", "scratchpad.*"]
2623
}
2724
}

fetch-github-folder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { CliConfig } from '@effect/cli';
2121

2222
// Those values updated automatically. If you edit names of constants or
2323
// move them to a different file, update ./scripts/build.sh
24-
const PACKAGE_VERSION = '0.1.11';
24+
const PACKAGE_VERSION = '0.1.12';
2525
const PACKAGE_NAME = 'fetch-github-folder';
2626

2727
const appCommand = make(

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)