Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza committed Nov 29, 2022
1 parent fe47e85 commit 1f4fc14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tracking-number-card",
"version": "3.0.0",
"version": "3.0.2",
"description": "A tracking number card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down Expand Up @@ -31,8 +31,8 @@
"webpack-merge": "^4.2.1"
},
"scripts": {
"lint": "eslint --fix ./src",
"lint": "eslint --fix ./src",
"start": "webpack --watch --config webpack/config.dev.js",
"build": "webpack --config webpack/config.prod.js"
}
}
}

0 comments on commit 1f4fc14

Please sign in to comment.