From a4c42df148cdd98f7fee592fbde2b0ee21f659aa Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sat, 21 Jun 2025 22:45:43 -0700 Subject: [PATCH] readme --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 6b0b6bc..d968745 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,5 @@ # libpg-query ---- - -## 🚨 Updates - -**2024-06: This project has migrated to a [pnpm workspace](https://pnpm.io/workspaces)!** - -- All development and CI now use pnpm for dependency management and scripts. -- The main package is now located in the `libpg-query` subdirectory. -- Please use `pnpm install`, `pnpm run build`, `pnpm run test`, and `pnpm run clean` from the root directory. -- See below for updated instructions. - ---- -

webincubator