Skip to content

Commit

Permalink
bump v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Sep 30, 2024
1 parent b6cbfc7 commit f275308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vehicle-status-card",
"version": "1.1.1-beta_2",
"version": "1.1.1",
"description": "Lovelace custom card for tracking Vehicle status",
"keywords": [
"home-assistant",
Expand Down Expand Up @@ -74,7 +74,7 @@
"scripts": {
"dev": "rollup -c --watch",
"build": "npm run lint && npm run rollup",
"lint": "eslint src/*.ts --fix",
"lint": "eslint src/**/*.ts --fix",
"rollup": "rollup -c",
"start:hass": "docker run --rm -p8123:8123 -v ${HOME}/Documents/GitHub/custom-cards-project/.hass_dev:/config homeassistant/home-assistant:beta"
}
Expand Down

0 comments on commit f275308

Please sign in to comment.