Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@mgol mgol released this 15 Nov 01:03
· 2 commits to main since this release
03c8847

Notable non-breaking changes:

  • support npm package aliases (#50)
  • reduced a number of external dependencies
  • npm prune is no longer called asnpm install already prunes

Breaking changes:

  • dropped the callback interface - use promises instead
  • dropped the checkCustomPackageNames option
  • CLI argument parsing is more strict now; camelCase parameter versions like --packageDir are no longer supported; use their kebab-case versions like --package-dir.
  • dropped Bower support
  • dropped support for Node.js <18.3