Skip to content
This repository has been archived by the owner on Jan 28, 2018. It is now read-only.

shellscape/gulp-version-conflicts

Repository files navigation

gulp-version-conflicts Build Status

Check for and report on module version conflicts for a package

 

🚀   Are you ready to tackle ES6 and hone your JavaScript Skills?   🚀
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

Releases

No releases published

Packages

No packages published