Skip to content

Commit

Permalink
merge importmap into deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Dec 9, 2023
1 parent 157e162 commit dcab4d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
8 changes: 7 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"importMap": "./import_map.json",
"tasks": {
"run": "deno run -A run.ts"
},
"imports": {
"gmath": "https://deno.land/x/gmath@0.1.11/mod.ts",
"png": "https://deno.land/x/pngs@0.1.1/mod.ts",
"obj": "https://crux.land/obj@0.0.2",
"dds": "https://crux.land/dds@0.0.1",
"dax": "https://deno.land/x/dax@0.27.0/mod.ts"
}
}
9 changes: 0 additions & 9 deletions import_map.json

This file was deleted.

0 comments on commit dcab4d3

Please sign in to comment.