@tunnckocore/utils
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.1.2...@tunnckocore/utils@1.1.3) (2019-11-20) | ||
### Bug Fixes | ||
* **eslint-config:** babel-eslint config file ([425e31c](https://github.com/tunnckoCore/opensource/commit/425e31c7dac2d25f56fa357cbacf30321be914bc)) | ||
## [1.1.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.1.1...@tunnckocore/utils@1.1.2) (2019-10-25) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@tunnckocore/utils", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Utility functions and helpers for internal usage and monorepos", | ||
@@ -73,3 +73,3 @@ "repository": { | ||
}, | ||
"gitHead": "e238d28b78ff181f3c373471967b139459c40182" | ||
"gitHead": "282d71239e02df1fd52ea873d9c8787683a07138" | ||
} |
@@ -125,3 +125,3 @@ const fs = require('fs'); | ||
const workspaces = [] | ||
.concat(lernaJson.packages || (packageJson.workspaces || [])) | ||
.concat(lernaJson.packages || packageJson.workspaces || []) | ||
.filter((x) => typeof x === 'string') | ||
@@ -128,0 +128,0 @@ .filter(Boolean) |
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
30678