Skip to content

Commit

Permalink
adapt settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-ket committed Dec 30, 2024
1 parent 9994c48 commit 18aadf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "Compact Cover Control Card",
"render_readme": true,
"filename": "compact-cover-control-card.js",
"content_in_root": true
"content_in_root": false
}
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import terser from '@rollup/plugin-terser';
export default {
input: 'src/compact-cover-control-card.ts',
output: {
file: 'compact-cover-control-card.js',
file: 'dist/compact-cover-control-card.js',
format: 'es',
sourcemap: true
},
Expand Down

0 comments on commit 18aadf7

Please sign in to comment.