Skip to content

Commit 7ea68e5

Browse files
committed
修改rnoh依赖,适配ohpm1.5
1 parent 6d65815 commit 7ea68e5

File tree

5 files changed

+11
-92
lines changed

5 files changed

+11
-92
lines changed

.npmignore

Lines changed: 0 additions & 86 deletions
This file was deleted.

harmony/geolocation.har

-80 Bytes
Binary file not shown.

harmony/geolocation/oh-package.json5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"license": "ISC",
33
"types": "",
4-
"devDependencies": {
5-
"rnoh": "file:../rnoh"
6-
},
4+
"devDependencies": {},
75
"name": "geolocation",
86
"description": "",
97
"main": "index.ets",
10-
"version": "0.0.1",
11-
"dependencies": {}
8+
"version": "3.1.0-0.0.3",
9+
"dependencies": {
10+
"rnoh": "file:../rnoh"
11+
}
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-geolocation",
3-
"version": "3.1.0-0.0.2",
3+
"version": "3.1.0-0.0.3",
44
"harmony": {
55
"alias": "@react-native-community/geolocation"
66
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2647,6 +2647,11 @@
26472647
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.2.0.tgz#7d6d789ae8edf73dc9bed1246cd48277edea8066"
26482648
integrity sha512-o6aam+0Ug1xGK3ABYmBm0B1YuEKfM/5kaoZO0eHbZwSpw9UzDX4G5y4Nx/K20FHqUmJHkZmLvOUFYwN4N+HqKA==
26492649

2650+
"@react-native-community/geolocation@3.1.0":
2651+
version "3.1.0"
2652+
resolved "https://registry.yarnpkg.com/@react-native-community/geolocation/-/geolocation-3.1.0.tgz#573881e9536d55cc2af74762183fa7ba575b2553"
2653+
integrity sha512-Aj76wMeCLz9kczpe7W2IXxSRNj+hRR7sqyfXq9ZaJIWNH23jeJfzMpovclg+e1uM8Vr8jCYEcZyD4rKub6Vc/Q==
2654+
26502655
"@react-native/assets@1.0.0":
26512656
version "1.0.0"
26522657
resolved "https://registry.yarnpkg.com/@react-native/assets/-/assets-1.0.0.tgz#c6f9bf63d274bafc8e970628de24986b30a55c8e"

0 commit comments

Comments
 (0)