From c18f28d6d790bca454180611ee670800fa9f6651 Mon Sep 17 00:00:00 2001 From: GOMA Date: Tue, 15 Jul 2025 15:17:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20package:=20deployment=20package?= =?UTF-8?q?=20configuration=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e67ca5c..6fe551b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "visua", + "name": "@cellule-financiere-pmo/visua", "version": "1.0.0", "description": "This project defines the visual foundations of the design system and establishes a strategy for structuring styles to guarantee their reusability in the design of graphic interfaces.", "scripts": { @@ -22,5 +22,12 @@ "homepage": "https://gitlab.com/cellule-financiere-pmo/design-system/visua#readme", "devDependencies": { "sass": "^1.89.2" + }, + "main": "output/variables.css", + "files": [ + "output/variables.css" + ], + "publishConfig": { + "registry": "https://gitlab.com/api/v4/projects/71595796/packages/npm/" } }