Skip to content

Commit a465622

Browse files
committed
Use workspace instead of importMap in deno.jsonc
1 parent c50ad45 commit a465622

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

deno.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
"update:write": "deno task -q update --write",
1414
"update:commit": "deno task -q update --commit --prefix :package: --pre-commit=fmt,lint"
1515
},
16-
"importMap": "./denops/fall/import_map.json"
16+
"workspace": [
17+
"./denops/fall"
18+
]
1719
}

denops/fall/import_map.json renamed to denops/fall/deno.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,21 @@
22
"imports": {
33
"@core/asyncutil": "jsr:@core/asyncutil@^1.2.0",
44
"@core/errorutil": "jsr:@core/errorutil@^1.2.0",
5-
"@core/errorutil/": "jsr:/@core/errorutil@^1.2.0/",
65
"@core/iterutil": "jsr:@core/iterutil@^0.9.0",
7-
"@core/iterutil/": "jsr:/@core/iterutil@^0.9.0/",
86
"@core/pipe": "jsr:@core/pipe@^0.4.0",
97
"@core/unknownutil": "jsr:@core/unknownutil@^4.3.0",
10-
"@core/unknownutil/": "jsr:/@core/unknownutil@^4.3.0/",
118
"@denops/std": "jsr:@denops/std@^7.3.2",
12-
"@denops/std/": "jsr:/@denops/std@^7.3.2/",
139
"@denops/test": "jsr:@denops/test@^3.0.4",
14-
"@denops/test/": "jsr:/@denops/test@^3.0.4/",
1510
"@nick/dispose": "jsr:@nick/dispose@^1.1.0",
1611
"@std/assert": "jsr:@std/assert@^1.0.8",
1712
"@std/async": "jsr:@std/async@^1.0.7",
18-
"@std/async/": "jsr:/@std/async@^1.0.7/",
1913
"@std/collections": "jsr:@std/collections@^1.0.9",
20-
"@std/collections/": "jsr:/@std/collections@^1.0.9/",
2114
"@std/fs": "jsr:@std/fs@^1.0.5",
22-
"@std/fs/": "jsr:/@std/fs@^1.0.5/",
2315
"@std/path": "jsr:@std/path@^1.0.8",
24-
"@std/path/": "jsr:/@std/path@^1.0.8/",
2516
"@std/streams": "jsr:@std/streams@^1.0.8",
26-
"@std/streams/": "jsr:/@std/streams@^1.0.8/",
2717
"@std/testing": "jsr:@std/testing@^1.0.0",
28-
"@std/testing/": "jsr:/@std/testing@^1.0.0/",
2918
"@vim-fall/core": "jsr:@vim-fall/core@^0.3.0",
30-
"@vim-fall/core/": "jsr:/@vim-fall/core@^0.3.0/",
3119
"@vim-fall/custom": "jsr:@vim-fall/custom@^0.1.0",
32-
"@vim-fall/custom/": "jsr:/@vim-fall/custom@^0.1.0/",
33-
"@vim-fall/std": "jsr:@vim-fall/std@^0.10.0",
34-
"@vim-fall/std/": "jsr:/@vim-fall/std@^0.10.0/"
20+
"@vim-fall/std": "jsr:@vim-fall/std@^0.10.0"
3521
}
3622
}

0 commit comments

Comments
 (0)