Release preparation
This commit is contained in:
parent
b36e620660
commit
f87b9af7c9
3 changed files with 103 additions and 1254 deletions
10
.npmignore
10
.npmignore
|
@ -132,3 +132,13 @@ web_modules/
|
|||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
.pnp.*
|
||||
|
||||
# Dev setup
|
||||
dot-homebridge/
|
||||
tests/
|
||||
.idea/
|
||||
flake.*
|
||||
prettier.config.js
|
||||
.eslintrc.js
|
||||
jest.config.js
|
||||
nodemon.json
|
||||
|
|
1345
package-lock.json
generated
1345
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "homebridge-prometheus-exporter",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.1",
|
||||
"description": "Prometheus exporter for homebridge accessories.",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue