Home

simpleicons @main - refs - log -
-
https://git.jolheiser.com/simpleicons.git
Go library for simpleicons.org
tree log patch
tighter deno permissions Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQHMDr1PG4DCFXcPdKHqfilY+EqfJoNUvsMgk5Hwe9XwQ9akiVhl+yxIHs0avwfRD7W SACZ7f7sj6d/JOHxjRIwM= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
1 day ago
1 changed files, 1 additions(+), 1 deletions(-)
deno.json
M deno.json -> deno.json
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/deno.json b/deno.json
index 0eaeee48ad197cf0a863c851a63145a925819cb3..c54da72dda474bdc3e5d83764aae4debba1416e1 100644
--- a/deno.json
+++ b/deno.json
@@ -3,7 +3,7 @@   "name": "simpleicons",
   "version": "1.0.0",
   "exports": "./index.ts",
   "tasks": {
-    "build": "deno run --allow-read --allow-write --allow-run index.ts",
+    "build": "deno run --allow-write index.ts",
     "format": "gofumpt -w .",
     "build:all": "deno task build && deno task format"
   },