diff --git a/package.json b/package.json index 36e0b832..44d3c88e 100644 --- a/package.json +++ b/package.json @@ -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",