From 3d409d9711443da0f6e7bebc05948d87aa1cbcdc Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Thu, 1 May 2025 11:57:30 -0600 Subject: [PATCH] Forgot to add workspaces --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index bf8886e..be62d58 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "hexdump -C as a small JS library", "private": "true", "type": "module", + "workspaces": [ + "./pkg/*" + ], "repository": { "type": "git", "url": "git+https://github.com/cto-af/chex.git"