Skip to content

Commit

Permalink
chore: rename deno.jsonc to deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jan 12, 2024
1 parent 6c30bdf commit 681da74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc → deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oak/oak",
"version": "12.6.2",
"exports": "mod.ts",
"exports": "./mod.ts",
"tasks": {
"build": "deno run --allow-read --allow-write --allow-net --allow-env --allow-run _build_npm.ts",
"coverage": "deno coverage --unstable --lcov ./cov",
Expand Down

0 comments on commit 681da74

Please sign in to comment.