ohpm切换

Signed-off-by: chenlang10 <18577333310@163.com>
This commit is contained in:
chenlang10 2023-09-27 13:45:55 +08:00
parent 1d344e0556
commit 5573c6e45c
2 changed files with 21 additions and 0 deletions

9
entry/oh-package.json5 Normal file
View File

@ -0,0 +1,9 @@
{
"license": "ISC",
"devDependencies": {},
"name": "entry",
"description": "example description",
"repository": {},
"version": "1.0.0",
"dependencies": {}
}

12
oh-package.json5 Normal file
View File

@ -0,0 +1,12 @@
{
"license": "ISC",
"devDependencies": {
"@ohos/hypium": "1.0.6"
},
"name": "applications_settings_data",
"description": "example description",
"repository": {},
"version": "1.0.0",
"dependencies": {
}
}