From 2108b3cd18146f6d27930276553becaad3c01d47 Mon Sep 17 00:00:00 2001 From: tim-hub Date: Sat, 14 Mar 2020 21:08:20 +1300 Subject: [PATCH] 2.1.2 --- 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 d1bb6f5..f6d3e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "preact-purge-tailwindcss", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ee075d..0c81f98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "preact-purge-tailwindcss", - "version": "2.1.1", + "version": "2.1.2", "description": "Preact CLI Plugin that helps add Tailwind CSS and Purege CSS", "main": "src/index.js", "homepage": "https://github.com/tim-hub/preact-purge-tailwindcss",