Skip to content

Commit

Permalink
Update Dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
aphotix committed Dec 18, 2018
1 parent 6516d3b commit 14ec915
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raspi-node-sht31",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple SHT31 library using i2c-bus",
"main": "src/index.js",
"engines": {
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/aphotix/raspi-node-sht31#readme",
"dependencies": {
"bluebird": "^3.5.1",
"i2c-bus": "^1.2.4"
"bluebird": "^3.5.3",
"i2c-bus": "^4.0.6"
}
}

0 comments on commit 14ec915

Please sign in to comment.