Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-rc.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
morrighan committed Dec 28, 2018
2 parents 671f1a8 + dc0f0e0 commit 58b2024
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,9 @@ script:
- npm run build
- npm test

after_success:
- npm run coverage

deploy:
provider: npm
email: contact@cichol.com
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

Make a component that has the pre-defined shared extension and interoperability of both `prop-types` and TypeScript.

[![Build Status][travis ci badge]][travis ci][![License][license badge]](LICENSE)[![Package Version][npm package version badge]][npm package]
[![Build Status][travis ci badge]][travis ci][![Test coverage][coveralls badge]][coveralls][![License][license badge]](LICENSE)[![Package Version][npm package version badge]][npm package]

## Table of Contents

Expand Down Expand Up @@ -148,6 +148,8 @@ export default class FluidController extends BaseComponent<FluidControllerState>

[travis ci badge]: https://img.shields.io/travis/com/epicinium/basis/develop.svg?style=flat-square
[travis ci]: https://travis-ci.com/epicinium/basis
[coveralls badge]: https://img.shields.io/coveralls/github/epicinium/basis.svg?style=flat-square
[coveralls]: https://coveralls.io/github/epicinium/basis
[license badge]: https://img.shields.io/github/license/epicinium/basis.svg?style=flat-square
[npm package version badge]: https://img.shields.io/npm/v/@epicinium/basis.svg?style=flat-square
[npm package]: https://www.npmjs.com/package/@epicinium/basis

0 comments on commit 58b2024

Please sign in to comment.