Skip to content

Commit bcf0bb5

Browse files
committed
Use workspace instead of importMap in deno.jsonc
1 parent 3d8f9fd commit bcf0bb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deno.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
"update:write": "deno task -q update --write",
1919
"update:commit": "deno task -q update --commit --prefix :package: --pre-commit=fmt,lint"
2020
},
21-
"importMap": "./denops/fall/import_map.json"
21+
"workspace": [
22+
"./denops/fall"
23+
]
2224
}
File renamed without changes.

0 commit comments

Comments
 (0)