Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Feb 3, 2024
1 parent ca1f169 commit 6df0a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"check": "npm install && npm outdated",
"update": "ncu -u && npm update && npm install",
"update dependencies": "npm run check && npm run update",
"updateDependencies": "npm run check && npm run update",
"lint": "eslint src/**.ts",
"jlint": "eslint homebridge-ui/public/**.mjs",
"watch": "npm run build && npm run plugin-ui && npm link && nodemon",
Expand Down

0 comments on commit 6df0a94

Please sign in to comment.