| Sep | OCT | Nov |
| 12 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/faye/websocket-extensions-node/releases) - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md) - [Commits](faye/websocket-extensions-node@0.1.3...0.1.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>a9fb84a
npm installTo setup repository with documentation
npm run docThis will build the documentation and open it in your browser. To update .html files with documentation Just run
npm run doc again.
To run tests
Call:
npm run test
This will execute all *.spec.js files.
To deploy documentation site
npm run deployThis requires you to have commit access to your Git remote.
.jshintrc in the root directory of the repository.
Before pushing to the repository, run:
npm run buildIf the build is not successful, fix your code in order for the tests and jshint validation to run successfully. Then create a pull request.