Skip to content

Commit

Permalink
remove node engine check for chokidar 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 10, 2020
1 parent f7ef8e0 commit 2fb7652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions chokidar2/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "watchpack-chokidar2",
"version": "2.0.0",
"engines": {
"node": "<8.10.0"
},
"version": "2.0.1",
"repository": {
"type": "git",
"url": "https://github.com/webpack/watchpack.git"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"optionalDependencies": {
"chokidar": "^3.4.1",
"watchpack-chokidar2": "^2.0.0"
"watchpack-chokidar2": "^2.0.1"
},
"dependencies": {
"graceful-fs": "^4.1.2",
Expand Down

0 comments on commit 2fb7652

Please sign in to comment.