Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
pagoru committed Mar 19, 2024
1 parent 90fad82 commit 78ac4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"imports": {
"deno/": "https://deno.land/[email protected]/",
"deno_web_serve": "https://deno.land/x/[email protected]/mod.ts",
"exports": "mod.ts"
"deno_web_serve": "https://deno.land/x/[email protected]/mod.ts"
},
"exports": "./mod.ts",
"lock": false,
"nodeModulesDir": true
}

0 comments on commit 78ac4af

Please sign in to comment.