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

Latest commit

 

History

History
40 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.14 KB

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