Skip to content

Commit 203cadf

Browse files
committed
Update package.json 📝
1 parent 54b5ab1 commit 203cadf

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

package.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
11
{
22
"name": "react-native-custom-keyboard-kit",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "React Native Custom Keyboard - Use your own custom keyboard instead of the system keyboard with React Native Custom Keyboard Kit.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [
10-
"react-native"
10+
"react-native",
11+
"react",
12+
"react-component",
13+
"custom-input",
14+
"input",
15+
"react-native-custom-keyboard-kit",
16+
"react-native-custom-keyboard"
1117
],
12-
"author": "",
13-
"license": "",
18+
"author": "Bunlong",
19+
"license": "MIT",
1420
"peerDependencies": {
1521
"react-native": "^0.41.2",
1622
"react-native-windows": "0.41.0-rc.1"
1723
},
1824
"dependencies": {
1925
"prop-types": "^15.6.2"
20-
}
26+
},
27+
"bugs": {
28+
"url": "https://github.com/themodernjavascript/react-native-custom-keyboard-kit/issues"
29+
},
30+
"homepage": "https://github.com/themodernjavascript/react-native-custom-keyboard-kit",
31+
"repository": {
32+
"type": "git",
33+
"url": "https://github.com/themodernjavascript/react-native-custom-keyboard-kit.git"
34+
},
35+
"nativePackage": true
2136
}

0 commit comments

Comments
 (0)