We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1f1ea commit 7d82097Copy full SHA for 7d82097
1 file changed
deno.json
@@ -4,6 +4,11 @@
4
"tasks": {
5
"build": "deno run -A jsr:@deno/wasmbuild@0.19"
6
},
7
+ "publish": {
8
+ "exclude": [
9
+ "!/lib"
10
+ ]
11
+ },
12
"exports": "./main.ts",
13
"imports": {
14
"@cfa/gitignore-parser": "jsr:@cfa/gitignore-parser@^0.1.4",
0 commit comments