Skip to content

Commit

Permalink
Merge pull request #28 from awibox/develop
Browse files Browse the repository at this point in the history
#27: badges in README.md were updated
  • Loading branch information
Andrei Arkhipov authored Apr 19, 2020
2 parents 3b1864b + 22c862c commit 8d4b756
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
<div align="center">

![react-promise-loader](https://repository-images.githubusercontent.com/236146663/28c41100-3f90-11ea-9922-a1ed44b60cbe)

<p align="center">
<a href="https://www.npmjs.com/package/react-promise-loader">
<img src="https://img.shields.io/npm/v/react-promise-loader" alt="npm version">
</a>
<a href="https://travis-ci.org/awibox/react-promise-loader">
<img src='https://travis-ci.org/awibox/react-promise-loader.svg?branch=master' alt='Build' />
</a>
<a href='https://coveralls.io/github/awibox/react-promise-loader?branch=master'>
<img src='https://coveralls.io/repos/github/awibox/react-promise-loader/badge.svg?branch=master' alt='Coverage Status' />
</a>
<a href="https://www.npmjs.com/package/react-promise-loader">
<img src="https://img.shields.io/npm/dm/react-promise-loader" alt="Downloads">
</a>
<img src="https://img.shields.io/github/license/awibox/react-promise-loader" alt="license">
</p>
[![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)

</div>

## Table of contents
* [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8d4b756

Please sign in to comment.