forked from floraachy/ImageKnife
1.适配IDE 3.1版本
Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
parent
395b6f983e
commit
079d395284
|
@ -1,3 +0,0 @@
|
||||||
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
|
|
||||||
module.exports = require('@ohos/hvigor-ohos-plugin').harTasks
|
|
||||||
|
|
|
@ -30,5 +30,6 @@
|
||||||
],
|
],
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"name": "@ohos/imageknife"
|
"name": "@ohos/imageknife",
|
||||||
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
"repository": {},
|
"repository": {},
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ohos/hvigor": "1.2.2",
|
"@ohos/hvigor": "1.3.1",
|
||||||
"@ohos/hvigor-ohos-plugin": "1.2.2",
|
"@ohos/hvigor-ohos-plugin": "1.3.1",
|
||||||
"@ohos/hypium": "1.0.2",
|
"@ohos/hypium": "1.0.3",
|
||||||
"@ohos/svg": "^1.1.0",
|
"@ohos/svg": "^1.1.0",
|
||||||
"hypium": "^1.0.0"
|
"hypium": "^1.0.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue