UNPKG

sinon-browser-only

Version:
45 lines (24 loc) 898 B
# 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) [![NPM](https://nodei.co/npm/sinon-browser-only.png?downloads=true)](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/