|
@@ -1,9 +1,12 @@
|
1
|
1
|
{
|
2
|
2
|
"name": "react-native-autoheightwebview",
|
3
|
|
- "version": "0.0.16",
|
|
3
|
+ "version": "0.0.17",
|
4
|
4
|
"description": "An auto height webview for React Native",
|
5
|
5
|
"main": "autoHeightWebView",
|
6
|
|
- "files": ["android/", "autoHeightWebView/"],
|
|
6
|
+ "files": [
|
|
7
|
+ "android/",
|
|
8
|
+ "autoHeightWebView/"
|
|
9
|
+ ],
|
7
|
10
|
"scripts": {
|
8
|
11
|
"test": "echo \"Error: no test specified\" && exit 1"
|
9
|
12
|
},
|
|
@@ -17,4 +20,4 @@
|
17
|
20
|
"url": "https://github.com/iou90/react-native-autoheightwebview/issues"
|
18
|
21
|
},
|
19
|
22
|
"homepage": "https://github.com/iou90/react-native-autoheightwebview#readme"
|
20
|
|
-}
|
|
23
|
+}
|