grunt-contrib-jshint
Advanced tools
Comparing version 0.6.5 to 0.7.0
{ | ||
"name": "grunt-contrib-jshint", | ||
"description": "Validate files with JSHint.", | ||
"version": "0.6.5", | ||
"version": "0.7.0", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-jshint", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"dependencies": { | ||
"jshint": "~2.1.10" | ||
"jshint": "~2.3.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-jshint v0.6.5 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jshint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) | ||
# grunt-contrib-jshint v0.7.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jshint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) | ||
@@ -206,2 +206,3 @@ > Validate files with JSHint. | ||
* 2013-10-23 v0.7.0 Update to jshint 2.3.0. | ||
* 2013-10-23 v0.6.5 Fix output when maxerr is low. | ||
@@ -233,2 +234,2 @@ * 2013-08-29 v0.6.4 jshintrc now loaded by jshint allowing comments. | ||
*This file was generated on Wed Oct 23 2013 20:33:11.* | ||
*This file was generated on Wed Oct 23 2013 20:35:54.* |
Sorry, the diff of this file is not supported yet
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
35159
234
+ Addedjshint@2.3.0(transitive)
- Removedjshint@2.1.11(transitive)
Updatedjshint@~2.3.0