From ed99daa5e50ef4307a28eaf250c7b77fec7c16a3 Mon Sep 17 00:00:00 2001 From: Dimitris Grammatikogiannis Date: Sun, 7 May 2023 00:06:22 +0200 Subject: [PATCH] 2.0.1 --- 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 8b94e67..e4a9297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dgrammatiko/compress", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dgrammatiko/compress", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@hpcc-js/wasm": "2.13.0" diff --git a/package.json b/package.json index d4bd228..4c475ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dgrammatiko/compress", - "version": "2.0.0", + "version": "2.0.1", "description": "Compresses any `.min.js` and `.min.css` files in the current folder (recursively). Any existing output files (`.gz`) will always be recreated.", "type": "module", "main": "index.js",