Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
0.5.108
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed Jun 26, 2024
1 parent 20fede3 commit e62ea9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
"exclude": ["./lib/deps/"],
"rules": { "tags": ["fresh", "recommended"] }
},
"test": { "exclude": ["./templates"] },
"fmt": { "lineWidth": 100 },
"compilerOptions": {
"lib": ["dom", "dom.asynciterable", "deno.ns"],
"jsx": "precompile",
"jsxImportSource": "preact",
"jsxImportSourceTypes": "preact/compat",
"jsxImportSourceTypes": "npm:@types/[email protected]",
"jsxPrecompileSkipElements": [
"a",
"img",
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// latest version of netzo/cli (see https://github.com/netzo/netzo/releases)
export const VERSION = "0.5.107";
export const VERSION = "0.5.108";

// minimum version of Deno required to run this CLI
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)
Expand Down
2 changes: 1 addition & 1 deletion tests/fixture-plugins-mdx/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lib": ["dom", "dom.asynciterable", "deno.ns"],
"jsx": "precompile",
"jsxImportSource": "preact",
"jsxImportSourceTypes": "preact/compat",
"jsxImportSourceTypes": "npm:@types/[email protected]",
"jsxPrecompileSkipElements": [
"a",
"img",
Expand Down
2 changes: 1 addition & 1 deletion tests/fixture-plugins-unocss/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lib": ["dom", "dom.asynciterable", "deno.ns"],
"jsx": "precompile",
"jsxImportSource": "preact",
"jsxImportSourceTypes": "preact/compat",
"jsxImportSourceTypes": "npm:@types/[email protected]",
"jsxPrecompileSkipElements": [
"a",
"img",
Expand Down

0 comments on commit e62ea9d

Please sign in to comment.