Skip to content

Commit

Permalink
Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Apr 13, 2024
1 parent a9ae77f commit c9ced79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-example-accessory-platform",
"version": "1.0.8",
"version": "1.0.9",
"description": "Matterbridge accessory platform plugin example",
"author": "https://github.com/Luligu",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"plugin"
],
"engines": {
"node": "^18.19.0 || ^20.11.0"
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -60,13 +60,13 @@
"devDependencies": {
"@stylistic/eslint-plugin": "^1.7.0",
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"dependencies": {
"node-ansi-logger": "^1.9.3"
Expand Down

0 comments on commit c9ced79

Please sign in to comment.