Browse Source

Merge origin/master into master

iou90 5 years ago
parent
commit
2a6bf2d9f7
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      package.json

+ 3
- 3
package.json View File

@@ -28,12 +28,12 @@
28 28
   "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
29 29
   "peerDependencies": {
30 30
     "react": "*",
31
-    "react-native": ">= 0.57.0"
31
+    "react-native": ">= 0.57.0",
32
+    "react-native-webview": "^5.2.1"
32 33
   },
33 34
   "dependencies": {
34 35
     "immutable": "^3.8.2",
35
-    "prop-types": "^15.7.2",
36
-    "react-native-webview": "^5.2.1"
36
+    "prop-types": "^15.7.2"
37 37
   },
38 38
   "devDependencies": {
39 39
     "babel-eslint": "^8.2.6",