Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shellscape/gulp-version-conflicts

Check for and report on module version conflicts for a package
https://github.com/shellscape/gulp-version-conflicts

conflicts gulp gulp-plugin gulp-tasks gulpjs module nodejs npm versioning

Last synced: 5 days ago
JSON representation

Check for and report on module version conflicts for a package

Awesome Lists containing this project

README

        

# gulp-version-conflicts [![Build Status](https://travis-ci.org/shellscape/gulp-version-conflicts.svg?branch=master)](https://travis-ci.org/shellscape/gulp-version-conflicts)

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](https://github.com/shellscape/harmonica), or Node v7.6+*

## Install

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

## Usage

```js
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](https://github.com/sindresorhus/jshint-stylish)
format.

## License

MIT © [Andrew Powell](http://shellscape.org)