瀏覽代碼

bump version to 0.5.1; modified keywords

iou90 6 年之前
父節點
當前提交
03a18c6103
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      package.json

+ 2
- 2
package.json 查看文件

@@ -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
   ],