From 8a02062031473c3fa23b07728bb3638ab1b1cab9 Mon Sep 17 00:00:00 2001 From: Jony Cheung Date: Wed, 30 Jun 2021 00:58:14 +1000 Subject: [PATCH] 1.16.0 --- 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 73ac853..d2b753a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "less-watch-compiler", - "version": "1.16.1", + "version": "1.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "less-watch-compiler", - "version": "1.16.1", + "version": "1.16.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3191626..1f5c52b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "less-watch-compiler", - "version": "1.15.2", + "version": "1.16.0", "description": "A command that watches folders(and subfolders) for file changes and automatically compile the less css files into css. This is a file system watcher and compiler.", "main": "dist/less-watch-compiler.js", "directories": {