Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

gulp-open@1.0.0

Choose a tag to compare

@stephenlacy stephenlacy released this 14 Jul 07:44
· 23 commits to master since this release
  • breaking change url to uri
  • fix default opening @marcellodesales
  • no longer require a filename as default, just use an empty string ' '
    • gulp.src('').pipe(open());
  • update examples and readme