We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1559644 commit bb3f90cCopy full SHA for bb3f90c
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@denosaurs/typefetch",
3
- "version": "0.0.25",
+ "version": "0.0.26",
4
"exports": {
5
".": "./main.ts"
6
},
scripts/npm.ts
@@ -53,5 +53,6 @@ await build({
53
postBuild() {
54
Deno.copyFileSync("LICENSE", "npm/LICENSE");
55
Deno.copyFileSync("README.md", "npm/README.md");
56
+ Deno.chmod("npm/esm/main.js", 0o711);
57
58
});
0 commit comments