Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

1.3.18

Compare
Choose a tag to compare
@domenic domenic released this 17 Dec 02:43
· 3963 commits to latest since this release
v1.3.18

Added an --ignore-scripts option, which will prevent package.json scripts from being run. Most notably, this will work on npm install, so e.g. npm install --ignore-scripts will not run preinstall and prepublish scripts. (d7e67bf, @sqs)

Fixed a bug introduced in 1.3.16 that would manifest with certain cache configurations, by causing spurious errors saying "Adding a cache directory to the cache will make the world implode." (966373f, @domenic)

Re-fixed the multiple download of URL dependencies, whose fix was reverted in 1.3.17. (a362c3f, @spmason)