Browse Source

bump version to 0.5.1; modified keywords

iou90 6 years ago
parent
commit
03a18c6103
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

1
 {
1
 {
2
   "name": "react-native-autoheight-webview",
2
   "name": "react-native-autoheight-webview",
3
-  "version": "0.5.0",
3
+  "version": "0.5.1",
4
   "description": "An auto height webview for React Native",
4
   "description": "An auto height webview for React Native",
5
   "main": "autoHeightWebView",
5
   "main": "autoHeightWebView",
6
   "files": [
6
   "files": [
16
   },
16
   },
17
   "keywords": [
17
   "keywords": [
18
     "react",
18
     "react",
19
-    "native",
19
+    "react-native",
20
     "autoheight",
20
     "autoheight",
21
     "webview"
21
     "webview"
22
   ],
22
   ],