From 2581346ad0fa98c009d169061b62c9b292754add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Fri, 27 Oct 2023 12:18:14 +0200 Subject: [PATCH] chore(design-system): mark the library private --- libs/design-system/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/design-system/package.json b/libs/design-system/package.json index 7bac93cbe3c..9ce6e3cc546 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -3,6 +3,7 @@ "version": "0.20.0", "repository": "https://github.com/novuhq/novu", "description": "", + "private": true, "scripts": { "start": "npm run build:watch", "prebuild": "rimraf dist", @@ -74,4 +75,4 @@ "react-table": "^7.8.0", "tslib": "^2.3.1" } -} \ No newline at end of file +}