Skip to content

Commit

Permalink
Dependencies and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Mar 24, 2024
1 parent a65c89b commit ebaa4f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-example-dynamic-platform",
"version": "1.0.6",
"version": "1.0.7",
"description": "Matterbridge dynamic platform plugin example",
"author": "https://github.com/Luligu",
"license": "MIT",
Expand All @@ -18,7 +18,9 @@
"matterbridge",
"homebridge",
"matter",
"matter.js"
"matter.js",
"example",
"plugin"
],
"engines": {
"node": "^18.19.0 || ^20.11.0"
Expand Down Expand Up @@ -53,7 +55,7 @@
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.7.0",
"@tsconfig/node-lts": "^20.1.1",
"@tsconfig/node-lts": "^20.1.2",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
Expand Down

0 comments on commit ebaa4f8

Please sign in to comment.