Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #93 from awibox/develop
Browse files Browse the repository at this point in the history
#92: badges in README.md were updated
  • Loading branch information
Andrei Arkhipov authored Apr 19, 2020
2 parents 1f81254 + ea0181f commit 58f123d
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-cookie-disclaimer](https://repository-images.githubusercontent.com/229484861/fbde4700-36cf-11ea-88fe-db2690c68f8e)

<p align="center">
<a href="https://www.npmjs.com/package/react-cookie-disclaimer">
<img src="https://img.shields.io/npm/v/react-cookie-disclaimer" alt="npm version">
</a>
<a href="https://travis-ci.org/awibox/react-cookie-disclaimer">
<img src='https://travis-ci.org/awibox/react-cookie-disclaimer.svg?branch=master' alt='Build' />
</a>
<a href='https://coveralls.io/github/awibox/react-cookie-disclaimer?branch=master'>
<img src='https://coveralls.io/repos/github/awibox/react-cookie-disclaimer/badge.svg?branch=master' alt='Coverage Status' />
</a>
<a href="https://www.npmjs.com/package/react-cookie-disclaimer">
<img src="https://img.shields.io/npm/dm/react-cookie-disclaimer" alt="Downloads">
</a>
<img src="https://img.shields.io/npm/l/react-cookie-disclaimer" alt="license">
</p>
[![Version](https://img.shields.io/npm/v/react-cookie-disclaimer)](https://www.npmjs.com/package/react-cookie-disclaimer)
[![Build](https://travis-ci.org/awibox/react-cookie-disclaimer.svg?branch=master)](https://travis-ci.org/awibox/react-cookie-disclaimer)
[![Coverage](https://coveralls.io/repos/github/awibox/react-cookie-disclaimer/badge.svg?branch=master)](https://coveralls.io/github/awibox/react-cookie-disclaimer?branch=master)
[![Minified size](https://img.shields.io/bundlephobia/min/react-cookie-disclaimer)](https://github.com/awibox/react-cookie-disclaimer/blob/master/LICENSE)
[![Downloads](https://img.shields.io/npm/dm/react-cookie-disclaimer)](https://www.npmjs.com/package/react-cookie-disclaimer)
[![Dependabot](https://api.dependabot.com/badges/status?host=github&repo=awibox/react-cookie-disclaimer)](https://dependabot.com)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/awibox/react-cookie-disclaimer/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-cookie-disclaimer",
"version": "2.1.6",
"version": "2.1.7",
"description": "The package will help you to display a notification about the use of cookies on the site",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 58f123d

Please sign in to comment.