Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Mar 8, 2024
1 parent b446231 commit cfd59f0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"version": "2.5.5",
"version": "2.6.0",
"tasks": {
"test": "deno test --allow-env --allow-net src",
"publish": "deno task build-npm && cd npm/ && npm publish",
"build-npm": "deno run -A scripts/build-npm.ts",
"docs": "deno doc --html --name='domain-functions' ./mod.ts"
},
"lint": {
"include": ["src/"],
"include": [
"src/"
],
"rules": {
"exclude": ["no-explicit-any", "ban-types"]
"exclude": [
"no-explicit-any",
"ban-types"
]
}
}
}

0 comments on commit cfd59f0

Please sign in to comment.