From 50366513e249b3314c88d7cdf3da985e5baadae3 Mon Sep 17 00:00:00 2001 From: Hrusikesh Panda Date: Sat, 13 Apr 2019 11:34:20 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20Add=20types=20friendly=20badge=20?= =?UTF-8?q?=F0=9F=93=9A=20(#229)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What does it do? Adds a "types (friendly) badge" to Readme ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] This change requires a documentation update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b42d6716..882dfd23 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NPM version][npm-image]][npm-url] [![gzip][gzip-image]][gzip-url] [![npm download][download-image]][npm-url] -[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url] [![semantic-release][semantic-release]][semantic-release-url] [![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors) +[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url] [![semantic-release][semantic-release]][semantic-release-url] [![All Contributors][all-contributors-url]](#contributors) ![npm type definitions][types-url] [npm-image]: http://img.shields.io/npm/v/react-dropdown-tree-select.svg?style=flat-square [npm-url]: http://npmjs.org/package/react-dropdown-tree-select @@ -19,6 +19,8 @@ [gzip-url]: https://unpkg.com/react-dropdown-tree-select/dist/react-dropdown-tree-select.js [semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square [semantic-release-url]: https://github.com/semantic-release/semantic-release +[all-contributors-url]: https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square +[types-url]: https://img.shields.io/npm/types/react-dropdown-tree-select.svg?style=flat-square ## React Dropdown Tree Select