jeremyscalpello / chip-gpio

GPIO access for CHIP and Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish new version to npm please

cinderblock opened this issue · comments

Hey, I love this little library. Thanks for making it!

I'm however using this with 4.4.13 and the mappings have changed. I see that you've accepted a merge request that fixes this issue. Could you please publish this change to npm?

$ npm version patch # Updates package.json to version 1.1.1 and creates a git commit and tag
$ npm publish

I think this should be marked as a "patch" as it's not technically adding any features. It's also kind of a bug that old versions of this package don't work on the newest kernel.

Done. Thanks for the reminder :)