From 2f48429cd11b59b3781fe09155ccc61e115a8857 Mon Sep 17 00:00:00 2001 From: Tben Date: Sat, 29 Jul 2023 23:36:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a966b6..c6335ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Less watch for .less files ---- - This package watches .less files and actively compiles them into .css files --- diff --git a/package.json b/package.json index e709415..e9a4e0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lessc-watcher", - "version": "1.0.2", + "version": "1.0.3", "description": "A minimal package to watch less files and compile them to css", "main": "dist/index.js", "repository": {