Skip to content

Commit

Permalink
npm: Use i2c fork supporting Node-10
Browse files Browse the repository at this point in the history
Bug: dbridges#9
Change-Id: I7fd1c69012185ba69e3f1a129d15d01ec45bf4dd
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jul 15, 2019
1 parent 7f7d5ef commit 94bdc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A module to interface a BMP085 temperature and pressure sensor to the raspberry pi.",
"main": "bmp085-sensor.js",
"dependencies": {
"i2c" : "*",
"@abandonware/i2c": "^0.2.4-0",
"async": "~0.2.9"
},
"devDependencies": {},
Expand Down

0 comments on commit 94bdc81

Please sign in to comment.