浏览代码

bump version to 0.5.1; modified keywords

iou90 7 年前
父节点
当前提交
03a18c6103
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      package.json

+ 2
- 2
package.json 查看文件

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