Skip to content

Commit

Permalink
fix: Set correct permissions for npm bin
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Sep 24, 2024
1 parent 1559644 commit bb3f90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denosaurs/typefetch",
"version": "0.0.25",
"version": "0.0.26",
"exports": {
".": "./main.ts"
},
Expand Down
1 change: 1 addition & 0 deletions scripts/npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ await build({
postBuild() {
Deno.copyFileSync("LICENSE", "npm/LICENSE");
Deno.copyFileSync("README.md", "npm/README.md");
Deno.chmod("npm/esm/main.js", 0o711);
},
});

0 comments on commit bb3f90c

Please sign in to comment.