From 22c862c9c34fc787de32fdf539798f3aafe1c0c4 Mon Sep 17 00:00:00 2001 From: Andrei Arkhipov Date: Sun, 19 Apr 2020 18:16:36 +0300 Subject: [PATCH] #27: badges in README.md were updated --- README.md | 27 ++++++++++++--------------- package.json | 2 +- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 60fff1e..d67f7ce 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,17 @@ +
+ ![react-promise-loader](https://repository-images.githubusercontent.com/236146663/28c41100-3f90-11ea-9922-a1ed44b60cbe) -

- - npm version - - - Build - - - Coverage Status - - - Downloads - - license -

+[![Version](https://img.shields.io/npm/v/react-promise-loader)](https://www.npmjs.com/package/react-promise-loader) +[![Build](https://travis-ci.org/awibox/react-promise-loader.svg?branch=master)](https://travis-ci.org/awibox/react-promise-loader) +[![Coverage](https://coveralls.io/repos/github/awibox/react-promise-loader/badge.svg?branch=master)](https://coveralls.io/github/awibox/react-promise-loader?branch=master) +[![Minified size](https://img.shields.io/bundlephobia/min/react-promise-loader)](https://github.com/awibox/react-promise-loader/blob/master/LICENSE) +[![Downloads](https://img.shields.io/npm/dm/react-promise-loader)](https://www.npmjs.com/package/react-promise-loader) +[![Dependabot](https://api.dependabot.com/badges/status?host=github&repo=awibox/react-promise-loader)](https://dependabot.com) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/awibox/react-promise-loader/pulls) +[![Tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) + +
## Table of contents * [Installation](#installation) diff --git a/package.json b/package.json index d4c05bb..32553bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-promise-loader", - "version": "1.0.4", + "version": "1.0.5", "description": "This is NPM package with a component for React that will help you display the loader at use react-promise-tracker", "main": "./dist/index.js", "scripts": {