Skip to content

Commit

Permalink
cleanup nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
snootched committed Dec 3, 2024
1 parent ac66372 commit 2036e85
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
32 changes: 10 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ha-editor-formbuilder-yaml",
"version": "2024.10.3-beta.2",
"version": "2024.12.1-beta.1",
"description": "A reimplementation of ha-editor-formbuilder - supporting YAML configuration of HA Selector controls, conditional expresssions, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,13 +37,12 @@
},
"homepage": "https://github.com/snootched/ha-editor-formbuilder#readme",
"dependencies": {
"@material/web": "^2.2.0",
"custom-card-helpers": "^1.9.0",
"lit": "^3.1.2",
"typescript": "^5.5.4",
"yarn": "^1.22.19"
"typescript": "^5.5.4"
},
"devDependencies": {
"rmraf": "^1.0.3"
"rmraf": "^1.0.3",
"yarn": "^1.22.22"
}
}

0 comments on commit 2036e85

Please sign in to comment.