Skip to content

Commit 11c21ce

Browse files
authored
fix: 修复package.json中依赖版本错误的问题 (#8)
1 parent d9ffb23 commit 11c21ce

File tree

4 files changed

+5
-34
lines changed

4 files changed

+5
-34
lines changed

harmony/keyboard_controller.har

-68 Bytes
Binary file not shown.

harmony/keyboard_controller/oh-package-lock.json5

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-keyboard-controller",
3-
"version": "1.12.17-0.0.1",
3+
"version": "1.12.7-0.0.2",
44
"description": " control keyboard show or hide",
55
"main": "Index.ets",
66
"author": "",
77
"license": "MIT License",
88
"dependencies": {
99
"@rnoh/react-native-openharmony": "file:../react_native_openharmony",
10-
"@react-native-oh-tpl/react-native-reanimated": "file:../../node_modules/@react-native-oh-tpl/react-native-reanimated/harmony/reanimated.har"
1110
}
1211
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-keyboard-controller",
3-
"version": "1.12.17-0.0.1",
3+
"version": "1.12.7-0.0.1",
44
"description": "Keyboard manager which works in identical way on iOS and Android and harmony",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -12,6 +12,7 @@
1212
"lib",
1313
"android",
1414
"ios",
15+
"harmony",
1516
"cpp",
1617
"react-native-keyboard-controller.podspec",
1718
"jest",
@@ -106,7 +107,7 @@
106107
"react": "*",
107108
"react-native": "*",
108109
"react-native-reanimated": ">=3.0.0",
109-
"react-native-keyboard-controller": "1.12.17"
110+
"react-native-keyboard-controller": "1.12.7"
110111
},
111112
"jest": {
112113
"preset": "react-native",
@@ -165,6 +166,5 @@
165166
},
166167
"harmony": {
167168
"alias": "react-native-keyboard-controller"
168-
},
169-
"exclude": ["harmony"]
169+
}
170170
}

0 commit comments

Comments
 (0)