Skip to content

Commit 41a438b

Browse files
committed
npmjs.com adjustments
1 parent d4fd502 commit 41a438b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="https://raw.githubusercontent.com/mxmzb/react-native-gesture-detector/master/img/logo-emoji.png" height="150" />
44
</p>
55

6-
<h1 align="center">React Native Gesture Detector</h1>
6+
<h2 align="center">React Native Gesture Detector</h2>
77
<h3 align="center">Create and detect custom gestures on React Native.</h3>
88

99
<p align="center">

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "react-native-gesture-detector",
33
"version": "1.1.0",
44
"description": "Easily define and detect custom gestures in React Native.",
5+
"homepage": "https://maximzubarev.com/projects/react-native-gesture-detector",
56
"main": "dist/index.js",
67
"types": "dist/index.d.ts",
78
"repository": {
@@ -47,5 +48,12 @@
4748
"release-it": "^12.3.6",
4849
"ts-jest": "^24.1.0",
4950
"typescript": "^3.6.2"
50-
}
51+
},
52+
"keywords": [
53+
"react-native",
54+
"gesture",
55+
"custom-gestures",
56+
"detection",
57+
"react-native-component"
58+
]
5159
}

0 commit comments

Comments
 (0)