Skip to content

Commit

Permalink
Release [0.2.5]
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoUwu committed Nov 11, 2024
1 parent 7993332 commit 282f9db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,14 @@
"githooks": {
"pre-commit": "check"
},
"exclude": ["static", "README.md"],
"exclude": [
"static",
"README.md"
],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"version": "0.2.3",
"version": "0.2.5",
"lock": false
}

0 comments on commit 282f9db

Please sign in to comment.