Release preparation

This commit is contained in:
Lars Strojny 2022-11-08 14:43:41 +01:00
parent b36e620660
commit f87b9af7c9
3 changed files with 103 additions and 1254 deletions

View file

@ -132,3 +132,13 @@ web_modules/
.yarn/unplugged .yarn/unplugged
.yarn/build-state.yml .yarn/build-state.yml
.pnp.* .pnp.*
# Dev setup
dot-homebridge/
tests/
.idea/
flake.*
prettier.config.js
.eslintrc.js
jest.config.js
nodemon.json

1341
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "homebridge-prometheus-exporter", "name": "homebridge-prometheus-exporter",
"version": "1.0.0", "version": "0.0.1",
"description": "Prometheus exporter for homebridge accessories.", "description": "Prometheus exporter for homebridge accessories.",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {