1.适配IDE 3.1版本

Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
zhoulisheng1 2022-12-04 23:38:36 -08:00
parent 395b6f983e
commit 079d395284
3 changed files with 5 additions and 7 deletions

View File

@ -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

View File

@ -30,5 +30,6 @@
], ],
"license": "Apache License 2.0", "license": "Apache License 2.0",
"devDependencies": {}, "devDependencies": {},
"name": "@ohos/imageknife" "name": "@ohos/imageknife",
"type": "module"
} }

View File

@ -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"
} }