@tunnckocore/utils
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.3.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.3.4...@tunnckocore/utils@1.3.5) (2020-03-27) | ||
### Bug Fixes | ||
* upgrade prettier to v2 ([#131](https://github.com/tunnckoCore/opensource/issues/131)) ([8b9f668](https://github.com/tunnckoCore/opensource/commit/8b9f66828baf27d92ce704f0f3c3c9a706ff39ed)) | ||
## [1.3.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.3.3...@tunnckocore/utils@1.3.4) (2020-02-29) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@tunnckocore/utils", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"licenseStart": 2019, | ||
@@ -80,3 +80,3 @@ "license": "MPL-2.0", | ||
}, | ||
"gitHead": "5ad01e13a7735cc536f6fc21d9c0fa3144fcecd8" | ||
"gitHead": "289c2d1fb273160c47412b59aff2aeb8482d523f" | ||
} |
@@ -232,3 +232,3 @@ # @tunnckocore/utils [![npm version][npmv-img]][npmv-url] [![License][license-img]][license-url] [![Libera Manifesto][libera-manifesto-img]][libera-manifesto-url] | ||
[patreon-sponsor-img]: https://badgen.net/badge/become/a%20sponsor/F96854?icon=patreon | ||
[twitter-share-url]: https://twitter.com/intent/tweet?text=https://github.com/tunnckoCore/opensource/tree/master&via=tunnckoCore | ||
[twitter-share-url]: https://twitter.com/intent/tweet?text=https://ghub.now.sh/@tunnckocore/utils&via=tunnckoCore | ||
[twitter-share-img]: https://badgen.net/badge/twitter/share/1da1f2?icon=twitter | ||
@@ -235,0 +235,0 @@ [open-issue-url]: https://github.com/tunnckoCore/opensource/issues/new |
@@ -273,6 +273,3 @@ const fs = require('fs'); | ||
const newKey = k.endsWith('src') | ||
? k | ||
.split('/') | ||
.slice(0, -1) | ||
.join('/') | ||
? k.split('/').slice(0, -1).join('/') | ||
: k; | ||
@@ -279,0 +276,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
36193
277