改为本地依赖
This commit is contained in:
parent
f23b41ffa1
commit
ae07be04f7
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@
|
||||
/.clang-format
|
||||
/.clang-tidy
|
||||
**/.test
|
||||
oh-package-lock.json5
|
||||
/oh-package-lock.json5
|
||||
|
BIN
dependencies/hvigor-4.1.1.tgz
vendored
Normal file
BIN
dependencies/hvigor-4.1.1.tgz
vendored
Normal file
Binary file not shown.
BIN
dependencies/hvigor-ohos-arkui-x-plugin-3.1.0.tgz
vendored
Normal file
BIN
dependencies/hvigor-ohos-arkui-x-plugin-3.1.0.tgz
vendored
Normal file
Binary file not shown.
BIN
dependencies/hvigor-ohos-plugin-4.1.1.tgz
vendored
Normal file
BIN
dependencies/hvigor-ohos-plugin-4.1.1.tgz
vendored
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
{
|
||||
"hvigorVersion": "4.0.2",
|
||||
"hvigorVersion": "file:../dependencies/hvigor-4.1.1.tgz",
|
||||
"dependencies": {
|
||||
"@ohos/hvigor-ohos-plugin": "4.0.2"
|
||||
"@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-4.1.1.tgz",
|
||||
},
|
||||
"execution": {
|
||||
// "analyze": "default", /* Define the build analyze mode. Value: [ "default" | "verbose" | false ]. Default: "default" */
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,20 +0,0 @@
|
||||
{
|
||||
"lockfileVersion": 3,
|
||||
"ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.",
|
||||
"specifiers": {
|
||||
"@ohos/hypium@1.0.15": "@ohos/hypium@1.0.15",
|
||||
"@ohos/hamock@1.0.0-rc": "@ohos/hamock@1.0.0-rc"
|
||||
},
|
||||
"packages": {
|
||||
"@ohos/hypium@1.0.15": {
|
||||
"integrity": "sha512-AhkuYX2l/IzrVARV/hKRGsJDQPtZ5bygr6Q1N2M9W15kBllNYL3khQ0dNvJwh/CIGoEPMDVcME9q6MhFGccqkw==",
|
||||
"resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.15.har",
|
||||
"registryType": "ohpm"
|
||||
},
|
||||
"@ohos/hamock@1.0.0-rc": {
|
||||
"integrity": "sha512-O8cdoxTWiQQlln+tAlTmK6Tesefc/MYaNI5ixJnmYih6Ixfed9nWtFpEAakSO6q6FWSPNodCiP1IyegrB8Ta3Q==",
|
||||
"resolved": "https://repo.harmonyos.com/ohpm/@ohos/hamock/-/hamock-1.0.0-rc.har",
|
||||
"registryType": "ohpm"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user