gulp-bower-version

0.0.2 • Public • Published

gulp-bower-version

Check if your Bower dependencies are out of date.

Based on grunt-version-check.

Installation

Install package with NPM and add it to your development dependencies:

npm install --save-dev gulp-bower-version

Usage

var bowerVersion = require('gulp-bower-version');
 
gulp.task('bower-version', function() {
  return gulp.src('./bower.json')
    .pipe(bowerVersion());
});

Options

showUpToDate

Type: Boolean Default value: false

If true, dependencies that are out of date will be listed.

showPrerelease

Type: Boolean Default value: false

If true, versions of dependencies are compared to prereleased versions and not the last stable version.

Package Sidebar

Install

npm i gulp-bower-version

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • bastienmoulia