|
2 | 2 | ---
|
3 | 3 |
|
4 | 4 | React Upload
|
5 |
| - |
6 | 5 | [![NPM version][npm-image]][npm-url]
|
7 | 6 | [![build status][travis-image]][travis-url]
|
8 | 7 | [![Test coverage][coveralls-image]][coveralls-url]
|
| 8 | +[![Dependencies][david-image]][david-url] |
| 9 | +[![DevDependencies][david-dev-image]][david-dev-url] |
9 | 10 | [![npm download][download-image]][download-url]
|
| 11 | +[![bundle size][bundlephobia-image]][bundlephobia-url] |
10 | 12 |
|
11 |
| -[npm-image]: http://img.shields.io/npm/v/rc-upload.svg?style=flat-square |
| 13 | +[npm-image]: https://img.shields.io/npm/v/rc-upload.svg?style=flat-square |
12 | 14 | [npm-url]: http://npmjs.org/package/rc-upload
|
13 |
| -[download-image]: https://img.shields.io/npm/dm/rc-upload.svg?style=flat-square |
14 |
| -[download-url]: https://npmjs.org/package/rc-upload |
15 |
| -[travis-image]: https://img.shields.io/travis/react-component/upload.svg?style=flat-square |
| 15 | +[travis-image]: https://img.shields.io/travis/react-component/upload/master?style=flat-square |
16 | 16 | [travis-url]: https://travis-ci.org/react-component/upload
|
| 17 | +[circleci-image]: https://img.shields.io/circleci/react-component/upload/master?style=flat-square |
| 18 | +[circleci-url]: https://circleci.com/gh/react-component/upload |
17 | 19 | [coveralls-image]: https://img.shields.io/coveralls/react-component/upload.svg?style=flat-square
|
18 | 20 | [coveralls-url]: https://coveralls.io/r/react-component/upload?branch=master
|
| 21 | +[david-url]: https://david-dm.org/react-component/upload |
| 22 | +[david-image]: https://david-dm.org/react-component/upload/status.svg?style=flat-square |
| 23 | +[david-dev-url]: https://david-dm.org/react-component/upload?type=dev |
| 24 | +[david-dev-image]: https://david-dm.org/react-component/upload/dev-status.svg?style=flat-square |
| 25 | +[download-image]: https://img.shields.io/npm/dm/rc-upload.svg?style=flat-square |
| 26 | +[download-url]: https://npmjs.org/package/rc-upload |
| 27 | +[bundlephobia-url]: https://bundlephobia.com/result?p=rc-upload |
| 28 | +[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-upload |
19 | 29 |
|
20 | 30 | ## Development
|
21 | 31 |
|
|
0 commit comments