Skip to content

Commit

Permalink
v1.1.2: fix README.
Browse files Browse the repository at this point in the history
  • Loading branch information
chubillkelvin committed Nov 9, 2019
1 parent f1121de commit 5ea3656
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 30 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
<h1 align="center">
<a href="https://github.com/RageBill/react-native-autoscroll-flatlist">
React Native AutoScroll FlatList
</a>
</h1>

<p align="center">
<a href="https://github.com/RageBill/react-native-autoscroll-flatlist/blob/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="react-native-autoscroll-flatlist is released under the MIT license." />
</a>
<a href="https://travis-ci.org/RageBill/react-native-autoscroll-flatlist">
<img src="https://travis-ci.org/RageBill/react-native-autoscroll-flatlist.svg?branch=master" alt="build status for react-native-autoscroll-flatlist" />
</a>
</p>
# 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 `<FlatList>` component with built-in support for both Javascript and Typescript usage.

Expand Down
18 changes: 4 additions & 14 deletions build/dist/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
<h1 align="center">
<a href="https://github.com/RageBill/react-native-autoscroll-flatlist">
React Native AutoScroll FlatList
</a>
</h1>

<p align="center">
<a href="https://github.com/RageBill/react-native-autoscroll-flatlist/blob/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="react-native-autoscroll-flatlist is released under the MIT license." />
</a>
<a href="https://travis-ci.org/RageBill/react-native-autoscroll-flatlist">
<img src="https://travis-ci.org/RageBill/react-native-autoscroll-flatlist.svg?branch=master" alt="build status for react-native-autoscroll-flatlist" />
</a>
</p>
# 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 `<FlatList>` component with built-in support for both Javascript and Typescript usage.

Expand Down
2 changes: 1 addition & 1 deletion build/dist/package.json
Original file line number Diff line number Diff line change
@@ -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 <chubillkelvin@gmail.com> (github.com/RageBill)",
"license": "MIT",
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-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 <chubillkelvin@gmail.com> (github.com/RageBill)",
"license": "MIT",
Expand Down

0 comments on commit 5ea3656

Please sign in to comment.