Skip to content

Commit

Permalink
release: v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Aug 4, 2024
1 parent 25ab301 commit 6f1b408
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dldc/humpf",
"version": "7.0.0",
"version": "7.0.1",
"exports": "./mod.ts",
"imports": {
"@dldc/erreur": "jsr:@dldc/erreur@^7.1.1",
Expand All @@ -17,7 +17,13 @@
"check": "deno fmt --check . && deno lint . && deno task test:run"
},
"lint": {
"rules": { "exclude": ["no-explicit-any"] }
"rules": {
"exclude": [
"no-explicit-any"
]
}
},
"exclude": ["tests/data"]
"exclude": [
"tests/data"
]
}

0 comments on commit 6f1b408

Please sign in to comment.