Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit b5886af

Browse files
Adapt to the new version of ohpm
1 parent e9a9579 commit b5886af

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

harmony/rn_webview.har

-42 Bytes
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"license": "Apache-2.0",
33
"devDependencies": {
4-
"rnoh": "file:../rnoh"
54
},
65
"author": "",
76
"name": "rn_webview",
87
"description": "Please describe the basic information.",
98
"main": "index.ets",
109
"version": "1.0.0",
11-
"dependencies": {}
10+
"dependencies": {
11+
"rnoh": "file:../rnoh"
12+
}
1213
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Thibault Malbranche <[email protected]>"
1111
],
1212
"license": "MIT",
13-
"version": "13.6.3-0.0.3",
13+
"version": "13.6.3-0.0.4",
1414
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",
1515
"scripts": {
1616
"lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx",

0 commit comments

Comments
 (0)