Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 399 Bytes

CHANGELOG.md

File metadata and controls

14 lines (9 loc) · 399 Bytes

0.2.1

  • Use execFile and shell-quote to avoid shell command injection #6
  • Update minimist to latest version to resolve dependabot alert

0.2.0

  • Fix bug where namespaced module names would count as dupes for non-namespaced modules with the same basename.
  • Test on Node 10 and Node 12.
  • Drop Node 8 support.

0.1.0

  • first