Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
gnlow committed Sep 16, 2023
1 parent d2db9ea commit bdafa9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 7 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"tasks": {
"build_npm": "deno run -A scripts/build_npm.ts"
},
"importMap": "import_map.json"
"imports": {
"ts-pattern": "npm:[email protected]",
"iteruyo": "https://deno.land/x/[email protected]/mod.ts",
"std/assert": "https://deno.land/[email protected]/assert/mod.ts",
"util": "./src/util/mod.ts",
"util/": "./src/util/"
}
}
8 changes: 0 additions & 8 deletions import_map.json

This file was deleted.

0 comments on commit bdafa9f

Please sign in to comment.