From fb1d6b1fe312247f9ae514fd89db68c2302aecb1 Mon Sep 17 00:00:00 2001 From: GOMA Date: Fri, 18 Jul 2025 13:02:25 +0200 Subject: [PATCH] 1.1.2 -> 1.1.3 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ea16454..f0c7424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cellule-financiere-pmo/visua", - "version": "1.1.2", + "version": "1.1.3", "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": { "test": "echo \"Error: no test specified\" && exit 1" @@ -25,8 +25,7 @@ }, "main": "output/variables.css", "files": [ - "output/variables.css", - "output/typography.module.css" + "output/*" ], "publishConfig": { "registry": "https://gitlab.com/api/v4/projects/71595796/packages/npm/"