From 9ce89a982caa4321e2d6197baef5eded73f22667 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 2 Apr 2024 09:21:22 +0300 Subject: [PATCH] 6.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2100dd..9ab3365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "find-unused-sass-variables", - "version": "5.0.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "find-unused-sass-variables", - "version": "5.0.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "commander": "^12.0.0", diff --git a/package.json b/package.json index b39b78c..7c63401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-unused-sass-variables", - "version": "5.0.0", + "version": "6.0.0", "description": "A small tool to find unused Sass variables", "author": "XhmikosR ", "funding": "https://github.com/sponsors/XhmikosR",