gulp-version-conflicts

1.0.2 • Public • Published

gulp-version-conflicts Build Status

Check for and report on module version conflicts for a package

 

:rocket:   Are you ready to tackle ES6 and hone your JavaScript Skills?   :rocket:
Check out these outstanding ES6 courses by @wesbos


* nvm-version-tree requires Babel, or Node v7+ and Harmonica, or Node v7.6+

Install

$ npm install gulp-version-conflicts --save-dev

Usage

const gulp = require('gulp');
const conflicts = require('gulp-version-conflicts');
 
gulp.task('default', () =>
    gulp.src('package.json')
        .pipe(conflicts());
);

The default reporter follows the stylish format.

License

MIT © Andrew Powell

Package Sidebar

Install

npm i gulp-version-conflicts

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • shellscape