Skip to content

Commit

Permalink
release: v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Jan 14, 2025
1 parent 0fba640 commit b1a164d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dldc/chemin",
"version": "12.0.0",
"version": "12.0.1",
"exports": "./mod.ts",
"imports": {
"@std/expect": "jsr:@std/expect@^1.0.11"
Expand All @@ -14,6 +14,10 @@
"test:coverage": "deno test -A --coverage=coverage && deno coverage coverage --html"
},
"lint": {
"rules": { "exclude": ["no-explicit-any"] }
"rules": {
"exclude": [
"no-explicit-any"
]
}
}
}

0 comments on commit b1a164d

Please sign in to comment.