Skip to content

Commit

Permalink
more fun
Browse files Browse the repository at this point in the history
  • Loading branch information
snootched committed Jan 5, 2025
1 parent 47084d7 commit 930c2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ha-editor-formbuilder-yaml",
"version": "2025.01.2-beta.7",
"version": "2025.01.2-beta.8",
"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
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { HomeAssistant, LovelaceCardConfig, fireEvent } from "custom-card-helpers";
import jsyaml from "js-yaml";
import * as jsyaml from "js-yaml";
import { LitElement, CSSResult, css, html } from "lit";
import { unsafeHTML } from "lit/directives/unsafe-html.js";
import { ValueChangedEvent, HAInputElement, ControlRow, Section, isSection} from "./interfaces";
Expand Down

0 comments on commit 930c2c1

Please sign in to comment.