Comparing version 3.2.4 to 3.2.5
3.2.5 / 2016-08-19 | ||
================== | ||
* fix: return istanbul_bin_path if exists (#50) | ||
3.2.4 / 2016-07-08 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -9,2 +9,5 @@ 'use strict'; | ||
module.exports = function findIstanbul(opt) { | ||
if (process.env.istanbul_bin_path) { | ||
return process.env.istanbul_bin_path; | ||
} | ||
if (/\/istanbul$/.test(process.env._)) { | ||
@@ -11,0 +14,0 @@ debug('find istanbul %s', process.env._); |
{ | ||
"name": "coffee", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "Test command line on nodejs", | ||
@@ -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
16713
339
22