Skip to content

Commit bdedb49

Browse files
committed
fix
1 parent b26ba88 commit bdedb49

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"exports": {
1313
".": "./src/mod.ts",
1414
"./runtime": "./src/runtime/shared.ts",
15-
"./dev": "./src/dev/mod.ts",
16-
"./compat": "./src/compat/mod.ts"
15+
"./dev": "./src/dev/mod.ts"
1716
},
1817
"tasks": {
1918
"test": "deno test -A --parallel src/ init/ update/ && deno test -A tests/ www/main_test.ts",

deno.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)