mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
12 lines
442 B
Markdown
12 lines
442 B
Markdown
|
---
|
||
|
'@verdaccio/config': minor
|
||
|
'@verdaccio/local-storage': minor
|
||
|
'@verdaccio/e2e-ui': minor
|
||
|
---
|
||
|
|
||
|
Some verdaccio modules depend on 'mkdirp' library which provides recursive directory creation functionality.
|
||
|
NodeJS can do this out of the box since v.10.12. The last commit in 'mkdirp' was made in early 2016, and it's mid 2021 now.
|
||
|
Time to stick with a built-in library solution!
|
||
|
|
||
|
- All 'mkdirp' calls are replaced with appropriate 'fs' calls.
|