react-native-external-keyboard 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-external-keyboard",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -32,6 +32,7 @@
32
32
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
33
33
  "prepack": "bob build",
34
34
  "release": "release-it",
35
+ "release-no-increment": "release-it --no-increment",
35
36
  "example": "yarn --cwd example",
36
37
  "bootstrap": "yarn example && yarn install && yarn example pods",
37
38
  "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
@@ -39,7 +40,12 @@
39
40
  "keywords": [
40
41
  "react-native",
41
42
  "ios",
42
- "android"
43
+ "android",
44
+ "a11y",
45
+ "react-native a11y",
46
+ "keyboard",
47
+ "keyboard focus",
48
+ "WCAG"
43
49
  ],
44
50
  "repository": "https://github.com/ArturKalach/react-native-external-keyboard",
45
51
  "author": "Artur Kalach <artur.kalach.andreevich@gmail.com> (https://github.com/ArturKalach)",