istanbul-lib-coverage
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Change Log | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
All notable changes to this project will be documented in this file. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/istanbuljs/istanbul-lib-coverage/compare/istanbul-lib-coverage@1.0.1...istanbul-lib-coverage@1.0.2) (2017-03-27) | ||
<a name="1.0.1"></a> | ||
@@ -6,0 +10,0 @@ ## [1.0.1](https://github.com/istanbuljs/istanbul-lib-coverage/compare/v1.0.0...v1.0.1) (2017-01-18) |
{ | ||
"name": "istanbul-lib-coverage", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Data library for istanbul coverage objects", | ||
@@ -8,15 +8,9 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
"scripts": { | ||
"fast": "mocha test/", | ||
"pretest": "jshint index.js lib/ test/", | ||
"test": "istanbul cover -x 'docs/**' --include-all-sources --print=both _mocha -- test/", | ||
"posttest": "istanbul check-coverage --statements 95 --branches 80", | ||
"release": "standard-version" | ||
"test": "mocha" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.0.0", | ||
"coveralls": "^2.11.4", | ||
"istanbul": "^0.4.0", | ||
"jshint": "^2.8.0", | ||
"mocha": "^2.2.5", | ||
"standard-version": "^2.4.0" | ||
"mocha": "^3.2.0" | ||
}, | ||
@@ -23,0 +17,0 @@ "karmaDeps": { |
istanbul-lib-coverage | ||
--------------------- | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/istanbuljs/istanbul-lib-coverage.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-coverage.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-lib-coverage) | ||
@@ -5,0 +6,0 @@ |
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
3
34
19609