We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fac94b commit 42a6ea8Copy full SHA for 42a6ea8
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "chokidar-cli",
3
"description": "Ultra-fast cross-platform command line utility to watch file system changes.",
4
- "version": "2.0.0",
+ "version": "2.1.0",
5
"keywords": [
6
"fs",
7
"watch",
@@ -45,7 +45,7 @@
45
"test": "npm run lint && npm run mocha"
46
},
47
"engines": {
48
- "node": ">=8.10.0"
+ "node": ">= 8.10.0"
49
50
"files": [
51
"*.js"
0 commit comments