beatdown
v1.0.1
Published
simplified JavaScript module bundling
Downloads
4
Readme
Beatdown
simplified JavaScript module bundling
Contributing
- ensure Node is installed
npm installdownloads dependenciesnpm testruns the test suite and checks code for stylistic consistency
Release Process
NB: version numbers are incremented in accordance with semantic versioning
update version number in
package.jsoncommit as "v#.#.#"
$ git commit -m "v`node -p -e 'require("./package.json").version'`"the commit description should also include a rationale, e.g. why a major version was required, and a list of significant changes
./releasepublishes the new version
License
Beatdown is licensed under the Apache 2.0 License.
