Skip to content

Commit

Permalink
move imports to import_map.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Oct 24, 2023
1 parent 844c487 commit 0ee1945
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 78 deletions.
4 changes: 1 addition & 3 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"lock": "./deno.lock",
"importMap": "./import_map.json",
"tasks": {
"udd": "deno run -r --allow-read=. --allow-write=. --allow-net https://deno.land/x/udd/main.ts deps.ts && deno task lock",
"lock": "deno cache --lock-write deps.ts",
Expand All @@ -16,8 +17,5 @@
},
"lint": {
"exclude": ["./npm"]
},
"imports": {
"lc-dailies/": "./"
}
}
Loading

0 comments on commit 0ee1945

Please sign in to comment.