This project has a .editorconifg file. Go to EditorConfig.org and install the plugin for your editor.
npm install
npm test
Note: some permission assertions always fail on Windows for now (:frowning:, I know)
- Add a line to the changelog in the README.
- Bump version in the
package.json
(see semver.org) - Run
node build
- Run
npm publish
- Commit the
package.json
and README changes as{{version}}
(i.e.1.2.3
if you just published1.2.3
). - Push.
- Create a release.
Think about grunt-nw-builder. It will need to be updated and published if this is a breaking change (i.e. a major version bump) or it requires a change to use a new feature added in this release.