Skip to content

Commit

Permalink
quick save: Sat Dec 28 20:13:00 MSK 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
nikelborm committed Dec 28, 2024
1 parent 840e3a8 commit 19963f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified index.ts
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fetch-github-folder",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"description": "Download any directory at any depth from any repo on GitHub on any git ref",
"license": "MIT",
"scripts": {
"start": "tsc && node --env-file=.env ./dist/index.js",
"build": "rimraf dist && tsc && ncc build ./dist/index.js -o ./dist/minified --no-source-map-register --minify --no-cache"
"build": "rimraf dist && tsc && ncc build ./dist/index.js -o ./dist/minified --no-source-map-register --minify --no-cache && chmod +x ./dist/index.js ./dist/minified/index.js"
},
"dependencies": {
"@octokit/core": "^6.1.2",
Expand Down

0 comments on commit 19963f3

Please sign in to comment.