Skip to content

v7.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 29 Oct 15:55

Breaking

  • Prefer local install (#572) 0cff2b4
    If you run the global np command, it will now defer to the local np if any. This is important when you use config and other things which might change across np versions. This is unlikely to be a breaking change for most people, but it's a major version to me safe.

Improvements

  • Show files added since the last release and not part of the package (#456) 08a2c06

Fixes

  • Fix error when Yarn cannot find test script (#567) c77e191

v6.5.0...v7.0.0