From 691f74d23122ec81bc1b8a7ae1b97441947ff624 Mon Sep 17 00:00:00 2001 From: Adrian Smijulj Date: Wed, 2 Jan 2019 09:21:11 +0100 Subject: [PATCH 1/2] docs: update badges --- README.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a3d9f64..6b88873 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,8 @@ # 🦋 react-butterfiles -

- - Build Status - +[![Build Status](https://travis-ci.org/doitadrian/react-butterfiles.svg?branch=master)](https://travis-ci.org/doitadrian/react-butterfiles) +[![Coverage Status](https://coveralls.io/repos/github/doitadrian/react-butterfiles/badge.svg?branch=master)](https://coveralls.io/github/doitadrian/react-butterfiles?branch=master) +[![](https://img.shields.io/npm/dw/react-butterfiles.svg)](https://www.npmjs.com/package/react-butterfiles) ![](https://img.shields.io/npm/types/react-butterfiles.svg) [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) - - Coverage Status - - - Build Status - Build Status - Build Status - - [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) -

- A small component for building file upload fields of any type, for example a simple file upload button or an image gallery field with drag and drop support and preview of selected images. @@ -119,4 +107,4 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds | :---: | -This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! From 6d02490eba023f4e035bdf16027b6e0699096fc4 Mon Sep 17 00:00:00 2001 From: Adrian Smijulj Date: Wed, 2 Jan 2019 09:24:21 +0100 Subject: [PATCH 2/2] docs: update badges --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b88873..bd161eb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # 🦋 react-butterfiles [![Build Status](https://travis-ci.org/doitadrian/react-butterfiles.svg?branch=master)](https://travis-ci.org/doitadrian/react-butterfiles) [![Coverage Status](https://coveralls.io/repos/github/doitadrian/react-butterfiles/badge.svg?branch=master)](https://coveralls.io/github/doitadrian/react-butterfiles?branch=master) -[![](https://img.shields.io/npm/dw/react-butterfiles.svg)](https://www.npmjs.com/package/react-butterfiles) ![](https://img.shields.io/npm/types/react-butterfiles.svg) [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) +[![](https://img.shields.io/npm/dw/react-butterfiles.svg)](https://www.npmjs.com/package/react-butterfiles) +[![](https://img.shields.io/npm/v/react-butterfiles.svg)](https://www.npmjs.com/package/react-butterfiles) +![](https://img.shields.io/npm/types/react-butterfiles.svg) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) A small component for building file upload fields of any type, for example a simple file upload button or an image gallery field with drag and drop support and preview of selected images.