From 91f067f6639ecf873ce21349550e9a725753b057 Mon Sep 17 00:00:00 2001 From: Navanshu Rastogi Date: Tue, 15 Jun 2021 09:18:16 +0530 Subject: [PATCH] 0.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c529b8d..5121932 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postcss-variable-compress", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1557015..9e0ae3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-variable-compress", - "version": "0.0.0", + "version": "0.1.0", "description": "PostCSS plugin cleans up the variable names and saves space. It can will reduce your css variable to smaller variables", "keywords": [ "postcss",