diff --git a/package-lock.json b/package-lock.json index 8fc598f..95e4474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "postcss-variable-compress", - "version": "0.2.5", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "postcss-variable-compress", - "version": "0.2.5", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@types/jest": "^27.4.0", diff --git a/package.json b/package.json index 0c78e15..12fda41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-variable-compress", - "version": "0.2.5", + "version": "1.0.0", "description": "PostCSS plugin cleans up the variable names and saves space. It can will reduce your css variable to smaller variables", "keywords": [ "postcss",