Skip to content

Commit 830d162

Browse files
authored
Merge branch 'main' into refine-exports
2 parents 4aae5ba + 52c6a4a commit 830d162

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

deno.jsonc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
"./type": "./type.ts",
77
"./error": "./error.ts"
88
},
9+
"publish": {
10+
"include": [
11+
"**/*.ts",
12+
"README.md",
13+
"LICENSE"
14+
],
15+
"exclude": [
16+
"**/*_test.ts",
17+
".*"
18+
]
19+
},
920
"tasks": {
1021
"check": "deno check **/*.ts",
1122
"test": "deno test -A --parallel --shuffle --doc",

0 commit comments

Comments
 (0)