homebridge-plugin-govee
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"displayName": "Homebridge Govee Thermometer Hygrometer", | ||
"name": "homebridge-plugin-govee", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Homebridge plugin for Govee H5xxx Bluetooth Thermometer Hygrometer.", | ||
@@ -23,3 +23,8 @@ "license": "Apache-2.0", | ||
"build": "rimraf ./dist && tsc", | ||
"prepublishOnly": "npm run lint && npm run build" | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:ci": "jest --ci", | ||
"preversion": "npm run lint && npm run test:ci", | ||
"version": "npm run build && git add -A dist", | ||
"prepublishOnly": "npm run lint && npm run test:ci && npm run build" | ||
}, | ||
@@ -41,2 +46,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^26.0.21", | ||
"@types/node": "^14.11.2", | ||
@@ -47,4 +53,7 @@ "@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"homebridge": "^1.2.3", | ||
"husky": "^5.1.3", | ||
"jest": "^26.6.3", | ||
"nodemon": "^2.0.4", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.5.4", | ||
"ts-node": "^8.10.2", | ||
@@ -51,0 +60,0 @@ "typescript": "^3.9.7" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
352355
46
425
13