sinon-browser-only
Version:
SinonJS Browser Bundle.
45 lines (24 loc) • 898 B
Markdown
# sinon-browser-only
SinonJS browser build.
## Usage
See the [sinon project homepage](http://sinonjs.org/)
## Installation
[component](http://component.io/wilmoore/sinon-browser-only)
% component install wilmoore/sinon-browser-only
[bower](http://bower.io/search/)
% bower install sinon-browser-only
[npm](https://npmjs.org/package/sinon-browser-only)
[](https://nodei.co/npm/sinon-browser-only/)
[volo](http://volojs.org)
% volo add wilmoore/sinon-browser-only
[curl][]
% curl -#O https://raw.github.com/wilmoore/sinon-browser-only/v{version}/sinon.js
## Cutting a release
- update version number in `package.json`, `bower.json`, `component.json`, and `Makefile`.
- `make {version}`
- `commit` then `push`
- `tag` then `push --tags`
- `npm publish`
## License
BSD
[curl]: http://curl.haxx.se/