From 44cab82cbd711b924c865116607068647063dd71 Mon Sep 17 00:00:00 2001 From: Matteu Date: Mon, 14 Nov 2022 06:44:17 +0800 Subject: [PATCH] v0.1.25 --- src/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/package.json b/src/package.json index 7f71bd4..84abd5c 100644 --- a/src/package.json +++ b/src/package.json @@ -1,10 +1,13 @@ { "name": "@matteusan/sentro", - "version": "0.1.24", + "version": "0.1.25", "description": "A low-level SCSS library for building and managing token-driven design systems.", "main": "_index.scss", "author": "Matteu", "license": "MIT", + "publishConfig": { + "access": "public" + }, "keywords": [ "css", "frontend", @@ -21,4 +24,4 @@ "url": "https://github.com/MatteuSan/sentro/issues" }, "homepage": "https://github.com/MatteuSan/sentro#readme" -} \ No newline at end of file +}