Skip to content

Commit

Permalink
chore: update deno.jsonc version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adwher committed Jul 24, 2024
1 parent 3ae23ef commit d3c1b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@adwher/typecheck",
"version": "0.1.0",
"version": "0.2.0",
"tasks": {
"ok:format": "deno fmt --check",
"ok:types": "deno check **/*.ts",
"ok:lint": "deno lint",
"ok:unit": "deno test --coverage --parallel --reporter=dot",
"ok:unit": "deno test --parallel --reporter=dot",
"ok:publish": "deno publish --dry-run --allow-dirty",
"ok": "deno task ok:format && deno task ok:types && deno task ok:lint && deno task ok:unit && deno task ok:publish"
},
Expand Down

0 comments on commit d3c1b7f

Please sign in to comment.