diff --git a/package.json b/package.json index 04180f4..c66627c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chokidar-cli", "description": "Ultra-fast cross-platform command line utility to watch file system changes.", - "version": "2.0.0", + "version": "2.1.0", "keywords": [ "fs", "watch", @@ -45,7 +45,7 @@ "test": "npm run lint && npm run mocha" }, "engines": { - "node": ">=8.10.0" + "node": ">= 8.10.0" }, "files": [ "*.js"