Skip to content

Commit 66e935a

Browse files
committed
chore: Update excludes in deno.json
1 parent 14fa40b commit 66e935a

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

deno.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,14 @@
1111
},
1212
"publish": {
1313
"exclude": [
14-
"bids_validator/",
15-
"bin/",
1614
"tests/",
17-
"docs/",
18-
"utils/",
19-
"validators/",
20-
"bids-validator-deno",
15+
"tools/",
16+
"web/",
17+
".*",
18+
"Dockerfile",
2119
"build.ts",
22-
"cli.js",
23-
"esbuild.mjs",
24-
"index.js",
25-
"package.json",
26-
".npmignore",
27-
".gitattributes"
20+
"deno.lock",
21+
"local-run"
2822
]
2923
},
3024
"imports": {

0 commit comments

Comments
 (0)