Skip to content

Commit f9368c2

Browse files
committed
Fix readme badges
1 parent a6e63a9 commit f9368c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# react-simply-carousel
22

3-
[![npm version](https://badgen.net/npm/v/react-simply-carousel)](https://www.npmjs.com/package/react-simply-carousel)
4-
[![minified + gzip](https://badgen.net/bundlephobia/minzip/react-simply-carousel)](https://bundlephobia.com/package/react-simply-carousel@latest)
5-
[![typescript](https://badgen.net/npm/types/react-simply-carousel)](https://unpkg.com/[email protected]/dist/index.d.ts)
3+
[![npm version](https://img.shields.io/npm/v/react-simply-carousel)](https://www.npmjs.com/package/react-simply-carousel@latest)
4+
[![minified + gzip](https://img.shields.io/bundlephobia/minzip/react-simply-carousel/latest)](https://bundlephobia.com/package/react-simply-carousel@latest)
5+
[![typescript](https://badgen.net/npm/types/react-simply-carousel?6.0.2)](https://unpkg.com/[email protected]/dist/index.d.ts)
66
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vadymshymko/react-simply-carousel/blob/master/LICENSE)
77

88
A simple, lightweight, fully controlled isomorphic (with SSR support) React.js carousel component. Touch enabled and responsive. With support for autoplay and infinity options. [Fully customizable](#props)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simply-carousel",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "A simple, lightweight, fully controlled isomorphic (with SSR support) React.js carousel component. Touch enabled and responsive. With support for autoplay and infinity options. Fully customizable",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)