Skip to content

Commit

Permalink
Auto-updated NPM package files
Browse files Browse the repository at this point in the history
  • Loading branch information
nikelborm authored and github-actions[bot] committed Jan 24, 2025
1 parent 6de8413 commit 95f2619
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@nikelborm/fetch-github-folder",
"version": "0.1.15",
"version": "0.1.16",
"exports": {
".": "./index.ts",
"./index": "./index.ts",
Expand Down
2 changes: 1 addition & 1 deletion fetch-github-folder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {

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

const appCommand = make(
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95f2619

Please sign in to comment.