grunt-jscs-checker
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "grunt-jscs-checker", | ||
"description": "Grunt task for checking JavaScript Code Style with jscs.", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"author": "Gustavo Henke <gustavo@injoin.com.br>", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"grunt-contrib-nodeunit": "~0.4.0", | ||
"load-grunt-tasks": "~0.6.0", | ||
"load-grunt-tasks": "~1.0.0", | ||
"time-grunt": "~1.0.0" | ||
@@ -32,0 +32,0 @@ }, |
@@ -14,3 +14,3 @@ "use strict"; | ||
// Task specific options | ||
var taskOptions = [ "config", "force", "reporter", "reporterOutput", "esnext", "maxErrors" ]; | ||
var taskOptions = [ "config", "force", "reporter", "reporterOutput" ]; | ||
@@ -17,0 +17,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
13802