Skip to content

Commit 4aae5ba

Browse files
committed
☕ Refine JSR exports
1 parent 64b8963 commit 4aae5ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deno.jsonc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@denops/core",
33
"version": "0.0.0",
4-
"exports": "./mod.ts",
4+
"exports": {
5+
".": "./mod.ts",
6+
"./type": "./type.ts",
7+
"./error": "./error.ts"
8+
},
59
"tasks": {
610
"check": "deno check **/*.ts",
711
"test": "deno test -A --parallel --shuffle --doc",

0 commit comments

Comments
 (0)