From 62602ab5182f2ad6a54271ac9e63902e5f7de71b Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 11 Dec 2023 15:31:13 +0800 Subject: [PATCH 1/2] docs: add vite-plugin-federation credits --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5c48195ba4..558114f600e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ Come and chat with us on [Discord](https://discord.com/invite/T8c6yAxkbv)! The M Please read the [Contributing Guide](https://github.com/module-federation/universe/blob/canary/CONTRIBUTING.md). -## 🙌 Code of Conduct + +# Credits + +Thanks to: + +* The [vite-plugin-federation](https://github.com/originjs/vite-plugin-federation) project created by [@ruleeeer](https://github.com/ruleeeer), `@module-federation/runtime` fork `vite-plugin-federation` semver logic used to verify version + + +# 🙌 Code of Conduct This repo has adopted the Code of Conduct. Please check [Code of Conduct](./CODE_OF_CONDUCT.md) for more details. From efba4bdd92dd0f1ed091c4925d08b1adbe830aa2 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 11 Dec 2023 15:40:31 +0800 Subject: [PATCH 2/2] chore: fix lint error --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 558114f600e..431bf9b6bf1 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,12 @@ Come and chat with us on [Discord](https://discord.com/invite/T8c6yAxkbv)! The M Please read the [Contributing Guide](https://github.com/module-federation/universe/blob/canary/CONTRIBUTING.md). - # Credits Thanks to: * The [vite-plugin-federation](https://github.com/originjs/vite-plugin-federation) project created by [@ruleeeer](https://github.com/ruleeeer), `@module-federation/runtime` fork `vite-plugin-federation` semver logic used to verify version - # 🙌 Code of Conduct This repo has adopted the Code of Conduct. Please check [Code of Conduct](./CODE_OF_CONDUCT.md) for more details.