From 5ea3656d91b9d794cbe15bd0a91aeab1af5c4e30 Mon Sep 17 00:00:00 2001 From: RageBill Date: Sat, 9 Nov 2019 19:57:15 +0800 Subject: [PATCH] v1.1.2: fix README. --- README.md | 18 ++++-------------- build/dist/README.md | 18 ++++-------------- build/dist/package.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index c724f04..daab99d 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,7 @@ -

- - React Native AutoScroll FlatList - -

- -

- - react-native-autoscroll-flatlist is released under the MIT license. - - - build status for react-native-autoscroll-flatlist - -

+# react-native-autoscroll-flatlist + +[![react-native-autoscroll-flatlist is released under the MIT license.](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/RageBill/react-native-autoscroll-flatlist/blob/master/LICENSE) +[![build status for react-native-autoscroll-flatlist](https://travis-ci.org/RageBill/react-native-autoscroll-flatlist.svg?branch=master)](https://travis-ci.org/RageBill/react-native-autoscroll-flatlist) An enhanced version of the original react-native `` component with built-in support for both Javascript and Typescript usage. diff --git a/build/dist/README.md b/build/dist/README.md index c724f04..daab99d 100644 --- a/build/dist/README.md +++ b/build/dist/README.md @@ -1,17 +1,7 @@ -

- - React Native AutoScroll FlatList - -

- -

- - react-native-autoscroll-flatlist is released under the MIT license. - - - build status for react-native-autoscroll-flatlist - -

+# react-native-autoscroll-flatlist + +[![react-native-autoscroll-flatlist is released under the MIT license.](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/RageBill/react-native-autoscroll-flatlist/blob/master/LICENSE) +[![build status for react-native-autoscroll-flatlist](https://travis-ci.org/RageBill/react-native-autoscroll-flatlist.svg?branch=master)](https://travis-ci.org/RageBill/react-native-autoscroll-flatlist) An enhanced version of the original react-native `` component with built-in support for both Javascript and Typescript usage. diff --git a/build/dist/package.json b/build/dist/package.json index 245a111..e83f9d1 100644 --- a/build/dist/package.json +++ b/build/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-autoscroll-flatlist", - "version": "1.1.1", + "version": "1.1.2", "description": "An enhanced React Native FlatList component to provide auto-scrolling functionality", "author": "Kelvin Chu (github.com/RageBill)", "license": "MIT", diff --git a/package.json b/package.json index 245a111..e83f9d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-autoscroll-flatlist", - "version": "1.1.1", + "version": "1.1.2", "description": "An enhanced React Native FlatList component to provide auto-scrolling functionality", "author": "Kelvin Chu (github.com/RageBill)", "license": "MIT",