Skip to content

Commit 93ac957

Browse files
committed
feat: add keywords
1 parent 61f7214 commit 93ac957

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-apple-mapkit-directions",
33
"version": "0.2.0",
4-
"description": "test",
4+
"description": "React Native wrapper for Apple MapKit Directions",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",
@@ -38,7 +38,11 @@
3838
"keywords": [
3939
"react-native",
4040
"ios",
41-
"android"
41+
"android",
42+
"Apple",
43+
"MapKit",
44+
"directions",
45+
"react-native-maps"
4246
],
4347
"repository": "https://github.com/Splicer97/react-native-apple-mapkit-directions",
4448
"author": "Splicer97 <[email protected]> (https://github.com/Splicer97)",

0 commit comments

Comments
 (0)