Skip to content

Commit 60a91da

Browse files
author
Peter Piekarczyk
committed
instructions
1 parent d229d39 commit 60a91da

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Native Face Pile
22

3-
A pile of faces for all of your face-piling needs.
3+
A group of overlapping round avatars are called face piles.
44

55
## Installation
66

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "react-native-face-pile",
33
"version": "1.0.1",
4-
"description": "Facepiles! Faces on faces on faces",
4+
"description": "A group of overlapping circular avatars called face piles for your React Native app",
55
"main": "src/index.js",
66
"repository": "git@github.com:peterpme/react-native-face-pile.git",
77
"author": "Peter Piekarczyk <peterpiekarczyk@gmail.com>",
88
"keywords": [
99
"facepile",
10-
"react-native"
10+
"face-pile",
11+
"react-native",
12+
"avatar-group",
13+
"avatar-list",
14+
"circle-avatar-list"
1115
],
1216
"license": "MIT",
1317
"peerDependencies": {

0 commit comments

Comments
 (0)