Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aivenkimmob committed Jul 28, 2021
1 parent ad5e2d7 commit d960f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chokidar-cli",
"description": "Ultra-fast cross-platform command line utility to watch file system changes.",
"version": "2.1.0",
"version": "3.0.0",
"keywords": [
"fs",
"watch",
Expand All @@ -17,7 +17,7 @@
"bash"
],
"bin": {
"chokidar": "./index.js"
"chokidar": "index.js"
},
"homepage": "https://github.com/open-npm-tools/chokidar-cli",
"author": "Kimmo Brunfeldt <kimmobrunfeldt@gmail.com>",
Expand Down

0 comments on commit d960f90

Please sign in to comment.