Skip to content

Commit

Permalink
Merge pull request #2114 from nellh/jsr-exports
Browse files Browse the repository at this point in the history
build: Include exports for extending validator in JSR packaging
  • Loading branch information
effigies authored Aug 29, 2024
2 parents c7d75d2 + 83b8c35 commit 47d7384
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bids-validator/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "@bids/validator",
"version": "1.14.10",
"exports": "./src/bids-validator.ts",
"exports": {
".": "./src/bids-validator.ts",
"./main": "./src/main.ts",
"./output": "./src/utils/output.ts",
"./files": "./src/files/deno.ts",
"./options": "./src/setup/options.ts"
},
"publish": {
"exclude": [
"bids_validator/",
Expand Down

0 comments on commit 47d7384

Please sign in to comment.