diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 12568457f242268d5567074e3f31467a9f021730..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# Hamcrest - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md index 451c4e2643d6c6a75772148e4d64f3749b739310..b080738ddc0ca01d197f42f74e4d8e3d770a18e6 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ OpenHarmony npm环境配置等更多内容,请参考 [如何安装OpenHarmony ```` ## 贡献代码 -使用过程中发现任何问题都可以提 [Issue](https://gitee.com/hihopeorg/Hamcrest/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/hihopeorg/Hamcrest/pulls) 。 +使用过程中发现任何问题都可以提 [Issue](https://gitee.com/openharmony-sig/Hamcrest/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/openharmony-sig/Hamcrest/pulls) 。 ## 开源协议 -本项目基于 [BSD License](https://gitee.com/hihopeorg/Hamcrest/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file +本项目基于 [BSD License](https://gitee.com/openharmony-sig/Hamcrest/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file diff --git a/entry/src/main/config.json b/entry/src/main/config.json index e58d7017530dd7b94fac517368fd4491974e19f4..816c55ee838fd295af48ac9bffb30c0c0e2e84c5 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.example.hamcrest", + "bundleName": "cn.openharmony.hamcrest", "vendor": "example", "version": { "code": 1000000, diff --git a/hamcrest/package.json b/hamcrest/package.json index 21ac266f76ec57bb6ef356981e3960242c0743bc..9c03de51a94a26a6a4dd34f0cc736de703cb7c15 100644 --- a/hamcrest/package.json +++ b/hamcrest/package.json @@ -1,22 +1,25 @@ { + "types": "", + "keywords": [ + "OpenHarmony", + "hamcrest" + ], "name": "@ohos/hamcrest", + "author": "hihope", "description": "可组合使用的匹配器库", "ohos": { - "org": "" + "org": "opensource" }, "version": "1.0.0", "main": "index.ets", - "types": "", - "repository": "https://gitee.com/hihopeorg/Hamcrest", + "repository": "https://gitee.com/openharmony-sig/Hamcrest", "license": "BSD License", + "tags": [ + "OpenHarmony", + "hamcrest" + ], "dependencies": { "assertion-error": "^1.1.0" }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [ - "hamcrest" - ], - "author": "hihope" + "devDependencies": {} } diff --git a/hamcrest/src/main/config.json b/hamcrest/src/main/config.json index 319b58b40010617213d738618c3779bd2aeb9f22..a59250b99db16861ddbf59338551e0cbcc6ee68e 100644 --- a/hamcrest/src/main/config.json +++ b/hamcrest/src/main/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.example.hamcrest", + "bundleName": "cn.openharmony.hamcrest", "vendor": "example", "version": { "code": 1000000,