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": {