@react-native-oh-tpl/react-native-gesture-handler 2.14.7 → 2.14.8-rc.1
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
package/package.json
CHANGED
@@ -2,18 +2,13 @@
|
|
2
2
|
"name": "@react-native-oh-tpl/react-native-gesture-handler",
|
3
3
|
"harmony": {
|
4
4
|
"alias": "react-native-gesture-handler",
|
5
|
-
"codegenConfig": {
|
6
|
-
"specPaths": [
|
7
|
-
"./src/specs"
|
8
|
-
]
|
9
|
-
},
|
10
5
|
"redirectInternalImports": true
|
11
6
|
},
|
12
7
|
"repository": {
|
13
8
|
"type": "git",
|
14
9
|
"url": "https://github.com/react-native-oh-library/react-native-harmony-gesture-handler.git"
|
15
10
|
},
|
16
|
-
"version": "2.14.
|
11
|
+
"version": "2.14.8-rc.1",
|
17
12
|
"description": "",
|
18
13
|
"react-native": "src/index.ts",
|
19
14
|
"main": "lib/commonjs/index.js",
|
@@ -23,12 +18,14 @@
|
|
23
18
|
"prepack": "bob build",
|
24
19
|
"test": "jest",
|
25
20
|
"pack:prod": "npm pack",
|
21
|
+
"prepublishOnly": "npm run prepack",
|
26
22
|
"update_version": "node ./scripts/update-version.js",
|
27
23
|
"deploy": "node ./scripts/deploy.js"
|
28
24
|
},
|
29
25
|
"peerDependencies": {
|
30
26
|
"react": "*",
|
31
27
|
"react-native": "*",
|
28
|
+
"react-native-harmony": "*",
|
32
29
|
"react-native-gesture-handler": "2.14.1"
|
33
30
|
},
|
34
31
|
"keywords": [],
|
@@ -50,7 +47,7 @@
|
|
50
47
|
"typescript": "4.5.5"
|
51
48
|
},
|
52
49
|
"files": [
|
53
|
-
"harmony",
|
50
|
+
"./harmony/*",
|
54
51
|
"src",
|
55
52
|
"lib",
|
56
53
|
"DrawerLayout/",
|