Skip to content

Commit

Permalink
release: v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed May 26, 2024
1 parent 22b4822 commit eaa520b
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/zendb",
"version": "7.0.0",
"version": "8.0.0",
"exports": "./mod.ts",
"imports": {
"@db/sqlite": "jsr:@db/sqlite@^0.11.1",
Expand All @@ -18,7 +18,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 eaa520b

Please sign in to comment.