gulp-wrong
v2.1.0
Published
Let developers know when they are WRONG
Downloads
20
Maintainers
Readme
gulp-wrong
Let developers know when they are

Install
Install with npm
npm install --save-dev gulp-wrongUsage
var gulp = require('gulp');
var wrong = require('gulp-wrong');
gulp.task('default', function () {
wrong();
});