test-exclude
Advanced tools
Comparing version 5.0.1 to 5.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.1.0](https://github.com/istanbuljs/istanbuljs/compare/test-exclude@5.0.1...test-exclude@5.1.0) (2019-01-26) | ||
### Features | ||
* Ignore babel.config.js. ([#279](https://github.com/istanbuljs/istanbuljs/issues/279)) ([24af6eb](https://github.com/istanbuljs/istanbuljs/commit/24af6eb)) | ||
<a name="5.0.1"></a> | ||
@@ -8,0 +19,0 @@ ## [5.0.1](https://github.com/istanbuljs/istanbuljs/compare/test-exclude@5.0.0...test-exclude@5.0.1) (2018-12-25) |
@@ -145,5 +145,6 @@ const arrify = require('arrify'); | ||
'**/__tests__/**', | ||
'**/node_modules/**' | ||
'**/node_modules/**', | ||
'**/babel.config.js' | ||
]; | ||
module.exports = exportFunc; |
{ | ||
"name": "test-exclude", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"description": "test for inclusion or exclusion of paths using pkg-conf and globs", | ||
@@ -29,6 +29,2 @@ "main": "index.js", | ||
"homepage": "https://github.com/istanbuljs/istanbuljs#readme", | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"mocha": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
@@ -42,3 +38,4 @@ "arrify": "^1.0.1", | ||
"node": ">=6" | ||
} | ||
}, | ||
"gitHead": "7875defdc3c3640787ac5d83700246de119e8b83" | ||
} |
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
15281
0
126