diff --git a/README.md b/README.md index 75c94cc..f72bce1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Less watch for .less files -This package watches .less files and actively compiles them into .css files +This is a super-light npm package that watches .less files and actively compiles them into .css files --- diff --git a/package.json b/package.json index cc1a155..ef923b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lessc-watcher", - "version": "1.0.4", + "version": "1.0.5", "description": "A minimal package to watch less files and compile them to css", "main": "dist/index.js", "repository": {