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