Skip to content

Commit

Permalink
Fix packaging issue, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davet2001 committed Jan 5, 2025
1 parent d113cbb commit 90ddb9a
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "energy-sankey-cards",
"version": "0.0.1",
"version": "0.0.9",
"description": "Home Assistant Energy Sankey Cards",
"main": "energy-sankey.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion src/energy-sankey.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { version } from "../package.json";
import "./hui-energy-elec-flow-card";
import "./energy-flow-card-editor";
import "./hui-power-flow-card";
import "./power-flow-card-editor";
import "./ha-elec-sankey";

console.info( `Energy Sankey - ${version}` );
console.info(`Energy Sankey - ${version}`);

0 comments on commit 90ddb9a

Please sign in to comment.