zigbee2mqtt-frontend 0.6.137 → 0.6.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
|
package/dist/index.html
CHANGED
package/dist/index.html.gz
CHANGED
Binary file
|
package/package.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"*.css"
|
9
9
|
],
|
10
10
|
"name": "zigbee2mqtt-frontend",
|
11
|
-
"version": "0.6.
|
11
|
+
"version": "0.6.138",
|
12
12
|
"license": "GPL-3.0",
|
13
13
|
"eslintIgnore": [
|
14
14
|
"dist/*"
|
@@ -115,6 +115,7 @@
|
|
115
115
|
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
|
116
116
|
"pretty": "prettier --write \"./**/*.{js,jsx,tsx}\"",
|
117
117
|
"_postinstall": "husky install",
|
118
|
+
"test:eslint": "eslint \"./src/**/*.{js,jsx,tsx}\"",
|
118
119
|
"test:pretty": "prettier --check \"./**/*.{js,jsx,tsx}\""
|
119
120
|
}
|
120
121
|
}
|
Binary file
|