From 4af10b10f797be1e2766b9f07c0ae208b658223c Mon Sep 17 00:00:00 2001 From: unkn0wn Date: Thu, 4 Jun 2026 13:44:47 +0200 Subject: [PATCH] fix: update package name to include scope and clean up scripts --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9657cc4..7b72474 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "nova-design-system", + "name": "@unkn0wndo3s/nova-design-system", "type": "module", "version": "0.1.0", + "main": "./src/index.ts", "description": "Nova Design System — Astro component library", "engines": { "node": ">=22.12.0" @@ -17,8 +18,7 @@ "dev": "astro dev", "build": "astro build", "preview": "astro preview", - "astro": "astro", - "barrel": "node scripts/generate-barrel.mjs" + "astro": "astro" }, "dependencies": { "astro": "^6.3.8" @@ -26,4 +26,4 @@ "devDependencies": { "sass": "^1.99.0" } -} +} \ No newline at end of file