@react-native-oh-tpl/react-native-gesture-handler 2.14.7-rc.1 → 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
@@ -8,7 +8,7 @@
|
|
8
8
|
"type": "git",
|
9
9
|
"url": "https://github.com/react-native-oh-library/react-native-harmony-gesture-handler.git"
|
10
10
|
},
|
11
|
-
"version": "2.14.
|
11
|
+
"version": "2.14.8-rc.1",
|
12
12
|
"description": "",
|
13
13
|
"react-native": "src/index.ts",
|
14
14
|
"main": "lib/commonjs/index.js",
|
@@ -18,12 +18,14 @@
|
|
18
18
|
"prepack": "bob build",
|
19
19
|
"test": "jest",
|
20
20
|
"pack:prod": "npm pack",
|
21
|
+
"prepublishOnly": "npm run prepack",
|
21
22
|
"update_version": "node ./scripts/update-version.js",
|
22
23
|
"deploy": "node ./scripts/deploy.js"
|
23
24
|
},
|
24
25
|
"peerDependencies": {
|
25
26
|
"react": "*",
|
26
27
|
"react-native": "*",
|
28
|
+
"react-native-harmony": "*",
|
27
29
|
"react-native-gesture-handler": "2.14.1"
|
28
30
|
},
|
29
31
|
"keywords": [],
|
@@ -45,7 +47,7 @@
|
|
45
47
|
"typescript": "4.5.5"
|
46
48
|
},
|
47
49
|
"files": [
|
48
|
-
"harmony",
|
50
|
+
"./harmony/*",
|
49
51
|
"src",
|
50
52
|
"lib",
|
51
53
|
"DrawerLayout/",
|