Skip to content

Commit

Permalink
fix: minor problems with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jun 16, 2024
1 parent 5b9908f commit 7095dfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format": "prettier --write .",
"build": "rollup -c",
"test": "npm run lint && npm run build",
"prepare": "husky install"
"prepare": "husky"
},
"keywords": [
"home-assistant",
Expand Down Expand Up @@ -53,7 +53,6 @@
"prettier": "^3.2.5",
"rollup": "^2.7.6",
"rollup-plugin-html-literals": "^1.1.8",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-postcss-lit": "^2.0.0",
"rollup-plugin-serve": "^2.0.1",
Expand Down

0 comments on commit 7095dfc

Please sign in to comment.