Skip to content

Commit b001c06

Browse files
authored
Merge pull request #248 from vim-denops/fix-publish
☕ fix publish files
2 parents 52419c7 + ce6bea8 commit b001c06

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

deno.jsonc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,19 @@
2727
"./variable": "./variable/mod.ts"
2828
},
2929
"exclude": [
30-
"docs/**",
31-
".coverage/**",
32-
".scripts/**"
30+
".coverage/**"
3331
],
32+
"publish": {
33+
"include": [
34+
"**/*.ts",
35+
"README.md",
36+
"LICENSE"
37+
],
38+
"exclude": [
39+
"**/*_test.ts",
40+
".*"
41+
]
42+
},
3443
"imports": {
3544
"@core/unknownutil": "jsr:@core/unknownutil@^3.18.0",
3645
"@denops/core": "jsr:@denops/core@^7.0.0",

0 commit comments

Comments
 (0)