From a09557611d784a707a9ce54092dcd55c80f7cf5f Mon Sep 17 00:00:00 2001 From: ding_chengjie Date: Mon, 16 May 2022 17:11:58 +0800 Subject: [PATCH] modify pacakge.json&config.json Signed-off-by: ding_chengjie --- README.md | 4 ++-- entry/src/main/config.json | 2 +- entry/src/ohosTest/config.json | 2 +- qrcodegen/package.json | 38 ++++++++++++++++------------------ qrcodegen/src/main/config.json | 2 +- 5 files changed, 23 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index f0c8269..a6df32a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ qrcode.drawCanvas(8, 1, this.Context) ```` ## 贡献代码 -使用过程中发现任何问题都可以提 [Issue](https://gitee.com/hihopeorg/qr-code-generator/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/hihopeorg/qr-code-generator/pulls) 。 +使用过程中发现任何问题都可以提 [Issue](https://gitee.com/openharmony-sig/qr-code-generator/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/openharmony-sig/qr-code-generator/pulls) 。 ## 开源协议 -本项目基于 [MIT](https://gitee.com/hihopeorg/qr-code-generator/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file +本项目基于 [MIT](https://gitee.com/openharmony-sig/qr-code-generator/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file diff --git a/entry/src/main/config.json b/entry/src/main/config.json index a121613..a73ea52 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -1,7 +1,7 @@ { "app": { "vendor": "example", - "bundleName": "com.example.qrcodegenerator", + "bundleName": "cn.openharmony.qrcodegenerator", "version": { "code": 1000000, "name": "1.0.0" diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 6081261..e785552 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.example.qrcodegenerator", + "bundleName": "cn.openharmony.qrcodegenerator", "vendor": "example", "version": { "code": 1000000, diff --git a/qrcodegen/package.json b/qrcodegen/package.json index b92aa70..8266a53 100644 --- a/qrcodegen/package.json +++ b/qrcodegen/package.json @@ -1,21 +1,19 @@ { - "types":"", - "keywords":[ - "qrcode" - ], - "author":"hihope", - "description":"High-quality QR Code generator library", - "ohos":{ - "org":"" - }, - "main":"index.ets", - "repository":{}, - "version":"1.0.0", - "dependencies":{}, - "license":"MIT", - "devDependencies":{}, - "name":"@ohos/qrcodegen", - "scripts":{ - "test":"echo \"Error: no test specified\" && exit 1" - } -} \ No newline at end of file + "types": "", + "keywords": [ + "qrcode", + "OpenHarmony" + ], + "name": "@ohos/qrcodegen", + "author": "hihope", + "description": "High-quality QR Code generator library", + "ohos": { + "org": "opensource" + }, + "main": "index.ets", + "repository": "https://gitee.com/openharmony-sig/qr-code-generator", + "version": "1.0.0", + "license": "MIT", + "dependencies": {}, + "devDependencies": {} +} diff --git a/qrcodegen/src/main/config.json b/qrcodegen/src/main/config.json index dd13555..84d4b62 100644 --- a/qrcodegen/src/main/config.json +++ b/qrcodegen/src/main/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.example.qrcodegenerator", + "bundleName": "cn.openharmony.qrcodegenerator", "vendor": "example", "version": { "code": 1000000, -- Gitee