Skip to content

Commit

Permalink
Release: @lift-html/core@0.0.4, @lift-html/solid@0.0.6, @lift-html/ti…
Browse files Browse the repository at this point in the history
…ny@0.0.2, @lift-html/cli@0.0.3
  • Loading branch information
JLarky committed Dec 23, 2024
1 parent 253d043 commit 6eb7b69
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cli/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lift-html/cli",
"version": "0.0.2",
"version": "0.0.3",
"exports": "./cli.ts",
"imports": {},
"lint": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lift-html/core",
"version": "0.0.3",
"version": "0.0.4",
"exports": "./mod.ts",
"imports": {},
"lint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lift-html/solid",
"version": "0.0.5",
"version": "0.0.6",
"exports": "./mod.ts",
"imports": {
"lift-html": "@lift-html/lift-html",
Expand Down
8 changes: 6 additions & 2 deletions packages/tiny/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "@lift-html/tiny",
"version": "0.0.1",
"version": "0.0.2",
"exports": "./mod.ts",
"imports": {},
"lint": {
"rules": {
"exclude": ["ban-types", "no-empty-interface", "no-explicit-any"]
"exclude": [
"ban-types",
"no-empty-interface",
"no-explicit-any"
]
}
}
}

0 comments on commit 6eb7b69

Please sign in to comment.