- Shrinkwrap all dependencies and add them to bundledDependencies (#1948)
- Allow for ignoring of child dependencies (#1394)
- Allow passing
--config.resolvers
through CLI (#1922) - Use defaults values from package.json if it exists (bower init) (#1731)
- Properly use cerificates set in .bowerrc (#1869)
- Include package name when version conflict occurs (#1917)
- Add timeout for permission check (yeoman/insight#35)
- Close file-handles when possible. Prevents all sorts of permission issues on Windows (0bb1536)
- Prevent ENOENT error on Windows when in VM environment (isaacs/chmodr#8)