diff --git a/apps/docs/app/page.tsx b/apps/docs/app/page.tsx index 7135a42..8b554e4 100644 --- a/apps/docs/app/page.tsx +++ b/apps/docs/app/page.tsx @@ -34,6 +34,10 @@ export default function Home() { One Version is a strict dependency conformance tool for monorepos, managing dependencies across repos has never been easier!

+

+ This tool ensures that all workspaces in your monorepo are using the same version of a dependency, and also an + (opt-in) strict versioning strategy to ensure that all dependencies are pinned to an exact version. +