|
@@ -6,11 +6,15 @@
|
6
|
6
|
"contributors": [
|
7
|
7
|
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
8
|
8
|
],
|
9
|
|
- "version": "2.0.0",
|
|
9
|
+ "version": "0.0.0-development",
|
10
|
10
|
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
11
|
11
|
"scripts": {
|
12
|
|
- "flow": "flow check",
|
13
|
|
- "flow-android": "flow check --flowconfig-name .flowconfig.android"
|
|
12
|
+ "test:ios:flow": "flow check",
|
|
13
|
+ "test:android:flow": "flow check --flowconfig-name .flowconfig.android",
|
|
14
|
+ "ci:publish": "yarn semantic-release",
|
|
15
|
+ "ci:test": "yarn ci:test:flow",
|
|
16
|
+ "ci:test:flow": "yarn test:ios:flow && yarn test:android:flow",
|
|
17
|
+ "semantic-release": "semantic-release"
|
14
|
18
|
},
|
15
|
19
|
"peerDependencies": {
|
16
|
20
|
"react": "^16.0",
|
|
@@ -22,6 +26,11 @@
|
22
|
26
|
},
|
23
|
27
|
"devDependencies": {
|
24
|
28
|
"flow-bin": "^0.80.0",
|
25
|
|
- "react-native": "^0.57"
|
|
29
|
+ "react-native": "^0.57",
|
|
30
|
+ "semantic-release": "^15.9.17"
|
|
31
|
+ },
|
|
32
|
+ "repository": {
|
|
33
|
+ "type": "git",
|
|
34
|
+ "url": "https://github.com/react-native-community/react-native-webview.git"
|
26
|
35
|
}
|
27
|
36
|
}
|