From 5e40af3a8d897a0dc31e88a601bd504d5c8d2cf8 Mon Sep 17 00:00:00 2001 From: Arnab Chatterjee <63441472+arnab2001@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:58:19 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 772de83..5501c2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-module-transformer", - "version": "1.0.0", + "version": "1.0.1", "description": "A tool that automates the conversion of your codebase to CSS Modules. It seamlessly transforms imports and class names, ensuring styles are scoped to their corresponding components and improving code maintainability.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"