urish / gulp-add-src

Add more 'src' files at any point in the pipeline (gulp plugin)
86 stars 8 forks source link

Broken after vinyl-fs@^3 #14

Closed secondfry closed 6 years ago

secondfry commented 6 years ago

https://github.com/gulpjs/vinyl-fs/issues/288

Updating dependencies to modern ones seems to fix the issue.

  "dependencies": {
    "event-stream": "^3.1.7",
    "streamqueue": "^0.1.3",
    "through2": "^0.4.2",
    "vinyl-fs": "^3.0.2"
  },
urish commented 6 years ago

Fixed by #15