We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52419c7 + ce6bea8 commit b001c06Copy full SHA for b001c06
deno.jsonc
@@ -27,10 +27,19 @@
27
"./variable": "./variable/mod.ts"
28
},
29
"exclude": [
30
- "docs/**",
31
- ".coverage/**",
32
- ".scripts/**"
+ ".coverage/**"
33
],
+ "publish": {
+ "include": [
34
+ "**/*.ts",
35
+ "README.md",
36
+ "LICENSE"
37
+ ],
38
+ "exclude": [
39
+ "**/*_test.ts",
40
+ ".*"
41
+ ]
42
+ },
43
"imports": {
44
"@core/unknownutil": "jsr:@core/unknownutil@^3.18.0",
45
"@denops/core": "jsr:@denops/core@^7.0.0",
0 commit comments