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

Commit bed9ed9

Browse files
nikelbormgithub-actions[bot]
authored andcommitted
Auto-updated NPM package files
1 parent f221828 commit bed9ed9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
33
"name": "@nikelborm/fetch-github-folder",
4-
"version": "0.1.12",
4+
"version": "0.1.13",
55
"exports": {
66
".": "./index.ts",
77
"./index": "./index.ts",

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.12';
24+
const PACKAGE_VERSION = '0.1.13';
2525
const PACKAGE_NAME = 'fetch-github-folder';
2626

2727
const appCommand = make(

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)