Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days ago
JSON representation
Check for and report on module version conflicts for a package
- Host: GitHub
- URL: https://github.com/shellscape/gulp-version-conflicts
- Owner: shellscape
- License: mit
- Archived: true
- Created: 2017-01-05T04:35:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T10:23:15.000Z (about 7 years ago)
- Last Synced: 2025-01-16T13:09:54.390Z (about 1 month ago)
- Topics: conflicts, gulp, gulp-plugin, gulp-tasks, gulpjs, module, nodejs, npm, versioning
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)