asmuelle / node-temper1

Measure temperatures with nodejs and temper1 usb thermometers
MIT License
24 stars 7 forks source link

Please update NPM package details #13

Open gaspo100 opened 3 years ago

gaspo100 commented 3 years ago

Hi,

please update NPM package 0.0.9 details at https://registry.npmjs.org/temper1 Dependency for node-hid specifies old package ~0.5.1 which does not compile when installing temper1

I had to manually download temper1 package and change node-hid dependency to ^0.7.7 in package.json

Thanks, Peter

asmuelle commented 3 years ago

Hi Peter,

thank you for the hint. I cannot update the dependency for the 0.0.9 version but I published a version 0.0.10 with node-hid dependency ^0.7.7

Best Andreas

gaspo100 commented 3 years ago

Thanks Andreas