Skip to content

Commit

Permalink
Upgrade watchify from 3.x to 4.x
Browse files Browse the repository at this point in the history
Version 3.x.x depends on `chokidar` 2.x that is incompatible with nodejs14. Upgrading `watchify` to 4.x so that the compatible (and smaller) `chokidar` is installed.
  • Loading branch information
mdblr authored Feb 24, 2021
1 parent f20e21c commit 8ae8687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"glob": "^7.1.2",
"lodash": "^4.17.4",
"resolve": "^1.1.6",
"watchify": "^3.6.1"
"watchify": "^4.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand Down

0 comments on commit 8ae8687

Please sign in to comment.