From d82e60092ec7496448f0c23363b41ad6df40af58 Mon Sep 17 00:00:00 2001 From: dnvt Date: Thu, 6 Mar 2025 23:46:17 -0500 Subject: [PATCH] Update publishConfig in package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index e709963f..796ae450 100644 --- a/package.json +++ b/package.json @@ -113,8 +113,7 @@ "license": "MIT", "module": "dist/index.mjs", "publishConfig": { - "access": "public", - "registry": "https://npm.pkg.github.com" + "access": "public" }, "author": "Francois Denavaut", "description": "Baseline Kit is a lightweight development tool for visualizing and debugging grid systems and spacing in React applications. It provides configurable overlays for both column-based and baseline grids, flexible spacing components, and theme-aware configuration—all optimized for performance and built with TypeScript.",