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/" } }