Comparing version 10.1.1-candidate.0 to 10.1.2-candidate.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="10.1.2"></a> | ||
## [10.1.2](https://github.com/istanbuljs/nyc/compare/v10.1.1...v10.1.2) (2017-01-18) | ||
### Bug Fixes | ||
* revert defaulting to empty file-coverage report, this caused too many issues ([25aec77](https://github.com/istanbuljs/nyc/commit/25aec77)) | ||
<a name="10.1.1"></a> | ||
@@ -7,0 +17,0 @@ ## [10.1.1](https://github.com/istanbuljs/nyc/compare/v10.1.0...v10.1.1) (2017-01-18) |
@@ -11,3 +11,3 @@ var FileCoverage = require('istanbul-lib-coverage').classes.FileCoverage | ||
} else { | ||
this.fileCoverage = new FileCoverage(filename) | ||
this.fileCoverage = null | ||
} | ||
@@ -14,0 +14,0 @@ return code |
@@ -67,5 +67,6 @@ { | ||
}, | ||
"directories": {}, | ||
"dist": { | ||
"shasum": "9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145", | ||
"tarball": "http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz" | ||
"tarball": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz" | ||
}, | ||
@@ -72,0 +73,0 @@ "engines": { |
{ | ||
"name": "nyc", | ||
"version": "10.1.1-candidate.0", | ||
"version": "10.1.2-candidate.0", | ||
"description": "the Istanbul command line interface", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
11363816