Skip to content

Commit

Permalink
Deno check with dom
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Oct 6, 2024
1 parent f6b56f6 commit 38a54f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@celine/celine",
"version": "0.3.0",
"exports": "./mod.ts",
"lib": [
"esnext",
"dom",
"dom.iterable"
],
"tasks": {
"dev": "deno run --watch mod.ts"
}
Expand Down

0 comments on commit 38a54f7

Please sign in to comment.