Open ziebam opened 1 month ago
I noticed it in https://github.com/semantic-release/github/blob/7d64dbbc83496db2fef0a4fb419a554106e226a6/package.json#L45, haven't had the chance to check other projects yet. A few reasons:
node:fs
cpy
is-number
Note: cpy is only used for devDependencies here
devDependencies
I noticed it in https://github.com/semantic-release/github/blob/7d64dbbc83496db2fef0a4fb419a554106e226a6/package.json#L45, haven't had the chance to check other projects yet. A few reasons:
node:fs
is sufficient for modern Node versions.cpy
pulls in relatively many transitive dependencies, includingis-number
.