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",