mocha-jshint
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -9,3 +9,4 @@ var exec = require('child_process').exec; | ||
} | ||
return exec('git log --pretty=format:%h', findSHA); | ||
var maxCount = options.commits || 1; | ||
return exec(format('git log --pretty=format:%h --max-count=%d', maxCount), findSHA); | ||
@@ -12,0 +13,0 @@ function findSHA(err, stdout) { |
{ | ||
"name": "mocha-jshint", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "run JSHint as mocha tests", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5367
84