From 5752e76197e6d413eec9048a133fd1cd67ad45e4 Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:19:26 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20make=20`fixture/library?= =?UTF-8?q?`=20private?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fixtures/library/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/fixtures/library/package.json b/fixtures/library/package.json index 57168b6..d50b4d5 100644 --- a/fixtures/library/package.json +++ b/fixtures/library/package.json @@ -2,6 +2,7 @@ "version": "1.0.0", "description": "", "main": "index.js", + "private": true, "scripts": { "test": "pnpm cli" },