From b58a750db36626c19bf4d0e55f507ee4dd053d80 Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:36:46 +0100 Subject: [PATCH] remove examples and status-react from monorepo pkgs --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5ded3d1e..b8876655 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,10 @@ "private": true, "workspaces": { "packages": [ - "packages/*", - "apps/*", - "examples/*" + "packages/status-js", + "packages/components", + "packages/icons", + "apps/*" ] }, "keywords": [],