From 466fd42940cd2f83d6ccdd888c1d5938b8f572eb Mon Sep 17 00:00:00 2001 From: Oleksii Shmalko Date: Tue, 14 Nov 2023 19:33:20 +0200 Subject: [PATCH] fix: mark astro example private --- examples/astro/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/astro/package.json b/examples/astro/package.json index 5ee8968..fe8f543 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -2,6 +2,7 @@ "name": "@uniorgjs/astro-example", "type": "module", "version": "0.0.2", + "private": true, "scripts": { "dev": "astro dev", "start": "astro dev",