Skip to content

Commit 82cd32d

Browse files
authored
Merge pull request #27 from vim-denops/fix-publish
☕ fix publish files
2 parents 689ac36 + 7434aca commit 82cd32d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

deno.jsonc

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
"./tester": "./tester.ts",
88
"./with": "./with.ts"
99
},
10+
"exclude": [
11+
".coverage"
12+
],
13+
"publish": {
14+
"include": [
15+
"**/*.ts",
16+
"README.md",
17+
"LICENSE"
18+
],
19+
"exclude": [
20+
"**/*_test.ts",
21+
".*"
22+
]
23+
},
1024
"tasks": {
1125
"check": "deno check **/*.ts",
1226
"test": "deno test -A --doc --parallel --shuffle",

0 commit comments

Comments
 (0)