Skip to content

Commit c690745

Browse files
authored
Update package.json
1 parent 1aefa27 commit c690745

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-input-search",
2+
"name": "react-native-input-search-bar",
33
"version": "0.0.1",
44
"description": "A simple search bar component for React Native.",
55
"main": "dist/index.js",
@@ -21,7 +21,7 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "[email protected]:funnyzak/react-native-search-bar.git"
24+
"url": "[email protected]:funnyzak/react-native-input-search-bar.git"
2525
},
2626
"keywords": [
2727
"react",
@@ -31,9 +31,9 @@
3131
"author": "Leon <[email protected]>",
3232
"license": "MIT",
3333
"bugs": {
34-
"url": "https://github.com/funnyzak/react-native-search-bar/issues"
34+
"url": "https://github.com/funnyzak/react-native-input-search-bar/issues"
3535
},
36-
"homepage": "https://github.com/funnyzak/react-native-search-bar",
36+
"homepage": "https://github.com/funnyzak/react-native-input-search-bar",
3737
"peerDependencies": {
3838
"react": "*",
3939
"react-native": "*",

0 commit comments

Comments
 (0)