Skip to content

Commit

Permalink
rel: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 12, 2024
1 parent 58c8d7b commit 5ce8277
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bids/validator",
"version": "2.0.0-dev",
"version": "2.0.0",
"exports": {
".": "./src/bids-validator.ts",
"./main": "./src/main.ts",
Expand Down Expand Up @@ -47,6 +47,8 @@
"semiColons": false,
"singleQuote": true,
"proseWrap": "preserve",
"include": ["src/"]
"include": [
"src/"
]
}
}

0 comments on commit 5ce8277

Please sign in to comment.