ck86 / main-bower-files

Getting all main bower files
583 stars 56 forks source link

Update dependencies (vinyl-fs) #135

Closed normanjaeckel closed 8 years ago

normanjaeckel commented 8 years ago

At the moment the package.json contains "vinyl-fs": "^1.0.0" which leads to graceful-fs@1.2.3 at the end of the dependency chain. This raises a dependeny warning: npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.

May we update to vinyl-fs 2.4.3?

Thanks for this cool project.

normanjaeckel commented 8 years ago

See also https://github.com/gulpjs/gulp/issues/1571.