From 2a08d69cbc024b88f4e52b0cb8a2408c12204ebe Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Wed, 6 Jul 2022 15:34:27 +0200 Subject: [PATCH] set `"private": true` for `examples/community` --- examples/community/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/community/package.json b/examples/community/package.json index ee3636cc..0879ef08 100644 --- a/examples/community/package.json +++ b/examples/community/package.json @@ -1,4 +1,5 @@ { + "private": true, "name": "community", "type": "module", "version": "0.0.0",