Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
Update dependencies and switch to JSR
Fixed "Update 0"
Switch from npm:ini to jsr:@std/ini
Remove `.gitignore` from app folders
  • Loading branch information
RuiNtD committed Mar 4, 2024
1 parent 9892bf5 commit 07f1f81
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 760 deletions.
16 changes: 9 additions & 7 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"tasks": {
"udd": "deno run -r --allow-read=. --allow-write=. --allow-net https://deno.land/x/udd/main.ts deno.json"
"update": "deno run -A update.ts",
"fileinfo": "deno run -A fileinfo.ts"
},
"imports": {
"std/": "https://deno.land/std@0.206.0/",
"permissions": "https://deno.land/std@0.200.0/permissions/mod.ts#=",
"dax": "https://deno.land/x/dax@0.35.0/mod.ts",
"ini": "npm:ini@4.1.1",
"zipjs": "https://deno.land/x/zipjs@v2.7.30/index.js",
"zod": "https://deno.land/x/zod@v3.22.4/mod.ts"
"@david/dax": "jsr:@david/dax@^0.39.2",
"@std/crypto": "jsr:@std/crypto@^0.218.2",
"@std/encoding": "jsr:@std/encoding@^0.218.2",
"@std/fmt": "jsr:@std/fmt@^0.218.2",
"@std/ini": "jsr:@std/ini@^0.218.2",
"@zip-js/zip-js": "jsr:@zip-js/zip-js@^2.7.37",
"zod": "npm:zod@^3.22.4"
}
}
Loading

0 comments on commit 07f1f81

Please sign in to comment.