From ee4a3dc5fbd3378b2e74706853cd5dea3bf9c586 Mon Sep 17 00:00:00 2001 From: Brian Teryek Date: Tue, 10 Feb 2026 23:02:47 -0500 Subject: [PATCH] chore: ignore cometloop safe docs --- .changeset/config.json | 2 +- apps/documentation-website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index b821332..6f42a4f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["@cometloop/safe-docs"] } diff --git a/apps/documentation-website/package.json b/apps/documentation-website/package.json index 757bb41..c6b2908 100644 --- a/apps/documentation-website/package.json +++ b/apps/documentation-website/package.json @@ -1,5 +1,5 @@ { - "name": "tailwind-plus-syntax", + "name": "@cometloop/safe-docs", "version": "0.1.0", "private": true, "scripts": {