grunt-contrib-jshint
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "grunt-contrib-jshint", | ||
"description": "Validate files with JSHint", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": { | ||
@@ -19,5 +19,5 @@ "name": "Grunt Team", | ||
"dependencies": { | ||
"chalk": "^2.4.1", | ||
"chalk": "^2.4.2", | ||
"hooker": "^0.2.3", | ||
"jshint": "~2.9.6" | ||
"jshint": "~2.10.2" | ||
}, | ||
@@ -30,3 +30,3 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"grunt": ">=0.4.0" | ||
"grunt": ">=1.0.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-jshint v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jshint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/j04ik7qgx21ixyfw/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jshint/branch/master) | ||
# grunt-contrib-jshint v2.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jshint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/j04ik7qgx21ixyfw/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jshint/branch/master) | ||
@@ -222,2 +222,3 @@ > Validate files with JSHint | ||
* 2019-03-18 v2.1.0 Bump dependencies. Update to latest JSHint | ||
* 2018-09-22 v2.0.0 Bump devDependencies. Drop Node.js < 6 support. | ||
@@ -265,2 +266,2 @@ * 2016-11-23 v1.1.0 Fix relative output Bump minor version | ||
*This file was generated on Sat Sep 22 2018 08:57:29.* | ||
*This file was generated on Mon Mar 18 2019 08:12:41.* |
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
23769
266
+ Addedjshint@2.10.3(transitive)
- Removedjshint@2.9.7(transitive)
Updatedchalk@^2.4.2
Updatedjshint@~2.10.2