build-jshint
Advanced tools
Comparing version 0.0.3 to 0.1.0
{ | ||
"name": "build-jshint", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "Helper for running JSHint on files and directories", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"jshint": "~2.1.10", | ||
"jshint": "~2.3.0", | ||
"minimatch": "~0.2.12", | ||
@@ -21,0 +21,0 @@ "async": "~0.2.9", |
@@ -1,11 +0,12 @@ | ||
build-jshint | ||
============ | ||
# build-jshint | ||
[![Build Status](https://travis-ci.org/conradz/build-jshint.png)](https://travis-ci.org/conradz/build-jshint) | ||
[![NPM](https://nodei.co/npm/build-jshint.png?compact=true)](https://nodei.co/npm/build-jshint/) | ||
[![Build Status](https://drone.io/github.com/conradz/build-jshint/status.png)](https://drone.io/github.com/conradz/build-jshint/latest) | ||
[![Dependency Status](https://gemnasium.com/conradz/build-jshint.png)](https://gemnasium.com/conradz/build-jshint) | ||
Helper for running [JSHint](http://jshint.com) on JS files as part of a build | ||
step from a Node.JS script. | ||
Example | ||
------- | ||
## Example | ||
@@ -53,4 +54,3 @@ ```js | ||
Reference | ||
--------- | ||
## Reference | ||
@@ -72,7 +72,2 @@ ### `buildJSHint(paths, [opts], callback)` | ||
arguments will be a boolean indicated whether a JSHint error was encountered in | ||
any of the files. | ||
License | ||
------- | ||
MIT License. See the `LICENSE` file. | ||
any of the files. |
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
9709
10
71
+ Addedjshint@2.3.0(transitive)
- Removedjshint@2.1.11(transitive)
Updatedjshint@~2.3.0