We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3520c commit 5952aa8Copy full SHA for 5952aa8
harmony/netinfo.har
305 Bytes
harmony/netinfo/oh-package.json5
@@ -1,13 +1,15 @@
1
{
2
"license": "Apache-2.0",
3
"devDependencies": {
4
- "rhon": "file:../rnoh"
+
5
},
6
"author": "",
7
"name": "netinfo",
8
"description": "Please describe the basic information.",
9
"main": "ts.ts",
10
"version": "1.0.0",
11
- "dependencies": {},
+ "dependencies": {
12
+ "rnoh": "file:../rnoh"
13
+ },
14
"types": 'har'
15
}
package.json
@@ -1,6 +1,6 @@
"name": "@react-native-oh-tpl/netinfo",
- "version": "11.1.0-0.0.4",
+ "version": "11.1.0-0.0.5",
"description": "React Native Network Info API for iOS & Android",
"harmony": {
"alias": "@react-native-community/netinfo"
0 commit comments