From faaf4173885b8983cdabb310a61e1e947cf4c2ec Mon Sep 17 00:00:00 2001 From: navanshu Date: Thu, 3 Feb 2022 21:49:29 +0530 Subject: [PATCH] 1.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 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",