diff --git a/imageknife/hvigorfile.js b/imageknife/hvigorfile.js deleted file mode 100644 index 42ed4b4..0000000 --- a/imageknife/hvigorfile.js +++ /dev/null @@ -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 - diff --git a/imageknife/package.json b/imageknife/package.json index 3ff96e7..8b7b83e 100644 --- a/imageknife/package.json +++ b/imageknife/package.json @@ -30,5 +30,6 @@ ], "license": "Apache License 2.0", "devDependencies": {}, - "name": "@ohos/imageknife" + "name": "@ohos/imageknife", + "type": "module" } diff --git a/package.json b/package.json index d837c93..3e96a82 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "repository": {}, "version": "1.0.0", "dependencies": { - "@ohos/hvigor": "1.2.2", - "@ohos/hvigor-ohos-plugin": "1.2.2", - "@ohos/hypium": "1.0.2", + "@ohos/hvigor": "1.3.1", + "@ohos/hvigor-ohos-plugin": "1.3.1", + "@ohos/hypium": "1.0.3", "@ohos/svg": "^1.1.0", "hypium": "^1.0.0" }