diff --git a/package-lock.json b/package-lock.json index 496db97..344408a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "govee-bt-client", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c34b357..59a138d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "govee-bt-client", - "version": "1.0.4", + "version": "1.0.5", "description": "Govee H5xxx Thermometer Hygrometer Bluetooth Client", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,7 +11,8 @@ "lint": "prettier -c src/**/*.ts", "test": "jest", "test:ci": "jest --ci", - "test:watch": "jest --watch" + "test:watch": "jest --watch", + "prepublishOnly": "npm run lint && npm run build" }, "author": "Alexey Sednev", "license": "MIT",