Skip to content

Commit

Permalink
fix: upgrade nodemon -> chokidar -> fsevents
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Upgrading to chokidar@3 drops support for node@4, so nodemon is doing the same, and now supports node@8+
  • Loading branch information
jedwards1211 committed Apr 21, 2020
1 parent c4bf8cb commit d8aae89
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 1,135 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flow-watch",
"version": "1.1.5",
"version": "2.0.0",
"description": "clear the console and run flow on file changes",
"main": "./index.js",
"bin": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"cross-spawn": "^6.0.3",
"nodemon": "^1.19.4"
"nodemon": "^2.0.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit d8aae89

Please sign in to comment.