Skip to content

Commit

Permalink
Merge pull request #22 from davet2001/fix-packaging-issue
Browse files Browse the repository at this point in the history
Fix packaging issue
  • Loading branch information
davet2001 authored Jan 5, 2025
2 parents d113cbb + 90ddb9a commit 7e36b14
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 7e36b14

Please sign in to comment.