Skip to content

Commit

Permalink
Upgrade depends to avoid flatmap-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerbeggs committed Nov 27, 2018
1 parent b4234a3 commit 8ae135f
Show file tree
Hide file tree
Showing 2 changed files with 3,222 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"homepage": "https://github.com/JacksonGariety/gulp-nodemon",
"dependencies": {
"colors": "^1.2.1",
"event-stream": "^3.3.4",
"event-stream": "^4.0.1",
"gulp": "^4.0.0",
"nodemon": "^1.17.5"
},
"devDependencies": {
"should": "^4.0.0",
"gulp-jshint": "^1.6.1",
"gulp-mocha": "^0.2.0",
"is-running": "^1.0.3",
"coffee-script": "^1.7.1"
"coffee-script": "^1.7.1",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"is-running": "^2.1.0",
"should": "^13.2.3"
},
"directories": {
"test": "test"
Expand Down
Loading

0 comments on commit 8ae135f

Please sign in to comment.