Skip to content

Commit 132729e

Browse files
author
Luke Brandon Farrell
committed
Update metadata
1 parent 19e4462 commit 132729e

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-screen-keyboard",
33
"version": "1.0.0",
4-
"description": "[![npm](https://img.shields.io/npm/v/react-native-pins.svg?style=flat-square)](https://www.npmjs.com/package/react-native-pins) [![npm licence](http://img.shields.io/npm/l/react-native-pins.svg?style=flat-square)](https://npmjs.org/package/react-native-pins) [![npm downloads](http://img.shields.io/npm/dt/react-native-pins.svg?style=flat-square)](https://npmjs.org/package/react-native-pins)",
4+
"description": "On-screen keyboard with customisable keys and tactile / UI feedback 📱",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -18,5 +18,18 @@
1818
"homepage": "https://github.com/lukebrandonfarrell/react-native-screen-keyboard#readme",
1919
"dependencies": {
2020
"react-native-material-ripple": "git+https://github.com/lukebrandonfarrell/react-native-material-ripple.git"
21-
}
21+
},
22+
"keywords": [
23+
"on-screen",
24+
"on-screen-keyboard",
25+
"screen",
26+
"keyboard",
27+
"feedback",
28+
"react-native",
29+
"native",
30+
"javascript",
31+
"pins",
32+
"pin-code",
33+
"react-native-pins"
34+
]
2235
}

0 commit comments

Comments
 (0)