Skip to content

Commit

Permalink
chore: use new format of deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Apr 22, 2024
1 parent 9cb04d9 commit f9b9149
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
"compilerOptions": {
"lib": ["deno.ns", "deno.unstable", "dom", "esnext"]
},
"fmt": {
"files": {
"exclude": ["node", "dist.js", "dist.min.js"]
}
},
"lint": {
"files": {
"exclude": ["node", "dist.js", "dist.min.js"]
}
},
"exclude": ["node", "dist.js", "dist.min.js"],
"tasks": {
"test": "deno test --config deno.json -A --unstable --ignore=node",
"cov": "deno test --config deno.json --coverage=cov -A --unstable --no-check --ignore=node",
Expand Down

0 comments on commit f9b9149

Please sign in to comment.