Skip to content

Commit 5dc5e85

Browse files
author
Petr Konecny
committed
chore: readme updates
1 parent af43cd3 commit 5dc5e85

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
{
22
"name": "@strv/react-native-hero-carousel",
33
"version": "0.1.0",
4+
"homepage": "https://github.com/strvcom/react-native-hero-carousel",
45
"description": "A customizable hero carousel component for React Native",
6+
"bugs": {
7+
"url": "https://github.com/strvcom/react-native-hero-carousel/issues"
8+
},
9+
"keywords": [
10+
"react-native",
11+
"carousel",
12+
"hero",
13+
"slider",
14+
"reanimated"
15+
],
516
"main": "src/index.ts",
617
"types": "src/index.ts",
718
"private": true,
@@ -15,13 +26,6 @@
1526
"lint:fix": "eslint --fix .",
1627
"test": "jest --passWithNoTests"
1728
},
18-
"keywords": [
19-
"react-native",
20-
"carousel",
21-
"hero",
22-
"slider",
23-
"reanimated"
24-
],
2529
"author": "strvcom <[email protected]>",
2630
"license": "MIT",
2731
"peerDependencies": {

0 commit comments

Comments
 (0)