Skip to content

Commit eb5d3f8

Browse files
committed
📝 Tweak package description
1 parent 02e4b1f commit eb5d3f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<br>
1313

14-
A drop-in replacement for React Native's [`ListView`](https://facebook.github.io/react-native/docs/listview.html),
14+
Drop-in replacement for React Native's [`ListView`](https://facebook.github.io/react-native/docs/listview.html),
1515
[`FlatList`](https://facebook.github.io/react-native/docs/flatlist.html),
1616
and [`VirtualizedList`](https://facebook.github.io/react-native/docs/virtualizedlist.html).
1717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-immutable-list-view",
33
"version": "0.7.3",
4-
"description": "A drop-in replacement for React Native's ListView, FlatList, and VirtualizedList.",
4+
"description": "Drop-in replacement for React Native's ListView, FlatList, and VirtualizedList.",
55
"main": "lib/index.js",
66
"files": [
77
"lib",

0 commit comments

Comments
 (0)