diff --git a/deno.json b/deno.json index 1f20d1a..6ef0f75 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@denosaurs/typefetch", - "version": "0.0.25", + "version": "0.0.26", "exports": { ".": "./main.ts" }, diff --git a/scripts/npm.ts b/scripts/npm.ts index f330f13..b575391 100644 --- a/scripts/npm.ts +++ b/scripts/npm.ts @@ -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); }, });