0.13.6 • Published 8 years ago

react-externs v0.13.6

Weekly downloads
13,546
License
MIT
Repository
github
Last release
8 years ago

react-externs npm Bower

Google Closure Compiler externs for Facebook React.js

How to use

$ npm install react-externs

or

$ bower install react-externs

Development

How to release:

$ npm install
$ gulp bump [OPTIONS]

Options: --patch (default), --minor or --major

This commad does:

  1. Bump version of package.json and bower.json
  2. git tag x.y.z
  3. git push origin --tags
  4. npm publish