jperkin / node-rpio

Raspberry Pi GPIO library for node.js
860 stars 126 forks source link

Has the latest code base in master been deployed to NPM? #61

Closed adamreisnz closed 6 years ago

adamreisnz commented 6 years ago

I'm looking at the code in the latest npm package version 0.19.9 and this contains hardcoded console log's in the default_read_handler etc.

But looking in master here this code is not present. Could you push the latest code to a new version on NPM please so we don't get these logs?

jperkin commented 6 years ago

Yeh sorry about that, I forgot that npm publishes whatever is in your work area rather than what's in git, and I had code there that hadn't been committed yet.