Skip to content

v2.0.0

Choose a tag to compare

@exogen exogen released this 19 Sep 16:47
· 60 commits to master since this release

Changes

  • Smarter npm prune when postinstall-build is finishing up. If postinstall-build happens to run due to an npm install (no arguments) in a package's directory in order to install its dependencies (for development or testing purposes), the final npm prune --production would remove devDependencies. We now attempt to detect this case so as to leave the expected dependencies around afterward.