Skip to content

Commit

Permalink
Tidy up some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Jan 10, 2024
1 parent b8c6b78 commit e79d7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"exclude": ["dist"],
"fmt": { "semiColons": false, "singleQuote": true },
"imports": {
"deno_dom": "https://deno.land/x/deno_dom@v0.1.43/deno-dom-wasm.ts",
"esbuild": "https://deno.land/x/esbuild@v0.19.11/mod.js",
"deno_dom": "https://deno.land/x/deno_dom@0.1.43/deno-dom-wasm.ts",
"esbuild": "https://deno.land/x/esbuild@0.19.11/mod.js",
"esbuild_deno_loader": "https://deno.land/x/[email protected]/mod.ts",
"npm:browser-fs-access": "npm:[email protected]",
"npm:lit": "npm:[email protected]",
Expand Down

0 comments on commit e79d7ab

Please sign in to comment.