Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asednev committed Jan 9, 2021
1 parent 5990d62 commit 9c2612c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 9c2612c

Please sign in to comment.