Steps:
- On a debian docker image using the version of node you want. Then:
npm install hummus# Install hummusvi package.json# Update the hummus versionnpm install
- Copy the hummus.node file to this repo
cp node_modules/hummus/binding/hummus.node binding/hummus.node
- Zip it up
cd binding/rm hummus.node.zip# Remove the old one, if it existszip a hummus.node.zip hummus.node
- Delete the unzipped version
rm hummus.node
- Update package.json with the new version info
- Publish it
npm publish
- Commit and push your changes
- Create a new release on GitHub