0.1.1 • Published 6 years ago

@cala/react-search-route v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

React Search Route

...

Status

BranchURLBuild Status
masterhttps://www.npmjs.com/package/@cala/react-search-routeCircleCI

Installation

npm install @cala/react-search-route --save

Usage

...

Contributing

To tag off and release a new version to npm, run the release script:

$ ./bin/release patch    # 0.0.x - bug fixes
$ ./bin/release minor    # 0.x.0 - new features or changes
$ ./bin/release major    # x.0.0 - large, backwards-incompatible changes