gulp-coffeelint
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -11,3 +11,3 @@ var coffeelint, coffeelintPlugin, es, formatOutput, fs, gutil, reporter; | ||
reporter = require('./stylish'); | ||
reporter = require('coffeelint-stylish').reporter; | ||
@@ -14,0 +14,0 @@ formatOutput = function(results, file, opt, literate) { |
{ | ||
"name": "gulp-coffeelint", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Lint your CoffeeScript using gulp and CoffeeLint", | ||
@@ -21,8 +21,7 @@ "keywords": [ | ||
"files": [ | ||
"index.js", | ||
"stylish.js" | ||
"index.js" | ||
], | ||
"scripts": { | ||
"prepublish": "node ./node_modules/gulp/bin/gulp.js coffee --require coffee-script", | ||
"test": "node ./node_modules/mocha/bin/mocha ./test/*.coffee --require coffee-script --reporter nyan && node ./node_modules/coffeelint/bin/coffeelint gulpfile.coffee stylish.coffee index.coffee test -f ./coffeelint.json" | ||
"test": "node ./node_modules/mocha/bin/mocha ./test/*.coffee --require coffee-script --reporter nyan && node ./node_modules/coffeelint/bin/coffeelint gulpfile.coffee index.coffee test -f ./coffeelint.json" | ||
}, | ||
@@ -33,4 +32,3 @@ "dependencies": { | ||
"gulp-util": "~2.2.0", | ||
"chalk": "~0.4.0", | ||
"text-table": "~0.2.0" | ||
"coffeelint-stylish": "0.0.1" | ||
}, | ||
@@ -37,0 +35,0 @@ "devDependencies": { |
@@ -22,3 +22,3 @@ # gulp-coffeelint [![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] | ||
.pipe(coffeelint()) | ||
.pipe(coffeelint.reporter()) | ||
.pipe(coffeelint.reporter()) // Using `coffeelint-stylish` reporter https://npmjs.org/package/coffeelint-stylish | ||
``` | ||
@@ -25,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
5495
3
77
+ Addedcoffeelint-stylish@0.0.1
+ Addedcoffeelint-stylish@0.0.1(transitive)
- Removedchalk@~0.4.0
- Removedtext-table@~0.2.0