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

Commit 6bda7fc

Browse files
nikelbormgithub-actions[bot]
authored andcommitted
Auto-updated NPM package files
1 parent ee37afd commit 6bda7fc

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.14",
4+
"version": "0.1.15",
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
@@ -20,7 +20,7 @@ import {
2020

2121
// Those values updated automatically. If you edit names of constants or
2222
// move them to a different file, update ./scripts/build.sh
23-
const PACKAGE_VERSION = '0.1.14';
23+
const PACKAGE_VERSION = '0.1.15';
2424
const PACKAGE_NAME = 'fetch-github-folder';
2525

2626
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)