|
@@ -1,6 +1,6 @@
|
1
|
1
|
{
|
2
|
|
- "name": "react-native-autoheightwebview",
|
3
|
|
- "version": "0.0.18",
|
|
2
|
+ "name": "react-native-autoheight-webview",
|
|
3
|
+ "version": "0.1.0",
|
4
|
4
|
"description": "An auto height webview for React Native",
|
5
|
5
|
"main": "autoHeightWebView",
|
6
|
6
|
"files": [
|
|
@@ -12,12 +12,15 @@
|
12
|
12
|
},
|
13
|
13
|
"repository": {
|
14
|
14
|
"type": "git",
|
15
|
|
- "url": "git+https://github.com/iou90/react-native-autoheightwebview.git"
|
|
15
|
+ "url": "git+https://github.com/iou90/react-native-autoheight-webview.git"
|
16
|
16
|
},
|
17
|
17
|
"author": "iou90",
|
18
|
18
|
"license": "ISC",
|
19
|
19
|
"bugs": {
|
20
|
|
- "url": "https://github.com/iou90/react-native-autoheightwebview/issues"
|
|
20
|
+ "url": "https://github.com/iou90/react-native-autoheight-webview/issues"
|
21
|
21
|
},
|
22
|
|
- "homepage": "https://github.com/iou90/react-native-autoheightwebview#readme"
|
|
22
|
+ "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
|
|
23
|
+ "dependencies": {
|
|
24
|
+ "react-immutable-component": "0.0.1"
|
|
25
|
+ }
|
23
|
26
|
}
|