@tunnckocore/utils
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.1.0...@tunnckocore/utils@1.1.1) (2019-10-25) | ||
### Bug Fixes | ||
* linting and cleanup ([4b5b6a5](https://github.com/tunnckoCore/opensource/commit/4b5b6a5d2e031ae2c01028e0478f10be5bffe062)) | ||
# [1.1.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.0.2...@tunnckocore/utils@1.1.0) (2019-10-25) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@tunnckocore/utils", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Utility functions and helpers for internal usage and monorepos", | ||
@@ -70,3 +70,3 @@ "repository": { | ||
}, | ||
"gitHead": "113d96722d44a0d08fbaa11f45311a2b2af00877" | ||
"gitHead": "58ed49da4fa11b9cce50dc4ee770e7ae4fb8a556" | ||
} |
@@ -258,3 +258,2 @@ const fs = require('fs'); | ||
// eslint-disable-next-line max-params | ||
function coverageColor(value, colors = {}) { | ||
@@ -261,0 +260,0 @@ const defaultColors = { green: 100, yellow: 85, orange: 70, red: 35 }; |
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
29915
236