Skip to content

Commit

Permalink
fix: support comments when using deno.json as an import map (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jun 8, 2023
1 parent 45d5131 commit 796c040
Show file tree
Hide file tree
Showing 19 changed files with 224 additions and 207 deletions.
136 changes: 61 additions & 75 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lock": false,
"tasks": {
"test": "deno test -A",
"build": "deno run -A --no-check --unstable https://deno.land/x/wasmbuild@0.13.0/main.ts --out lib/pkg"
"build": "deno run -A --no-check --unstable https://deno.land/x/wasmbuild@0.14.1/main.ts --out lib/pkg"
},
"lint": {
"rules": {
Expand Down
Loading

0 comments on commit 796c040

Please sign in to comment.