From 42a6ea82ffeb1703220a48ff235bd8891b587bc5 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 29 Oct 2019 02:09:11 +0200 Subject: [PATCH] Release 2.1.0. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"