Skip to content

Commit c3fa295

Browse files
authored
Update README.md
1 parent 1907aa8 commit c3fa295

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,30 @@
22
---
33

44
React Upload
5-
65
[![NPM version][npm-image]][npm-url]
76
[![build status][travis-image]][travis-url]
87
[![Test coverage][coveralls-image]][coveralls-url]
8+
[![Dependencies][david-image]][david-url]
9+
[![DevDependencies][david-dev-image]][david-dev-url]
910
[![npm download][download-image]][download-url]
11+
[![bundle size][bundlephobia-image]][bundlephobia-url]
1012

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
1214
[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
1616
[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
1719
[coveralls-image]: https://img.shields.io/coveralls/react-component/upload.svg?style=flat-square
1820
[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
1929

2030
## Development
2131

0 commit comments

Comments
 (0)