v11.0.0
Breaking
--packageFile
- Now interprets its argument as a glob pattern. It is possible that a previously supplied argument may be interepreted differently now (though I'm not aware of specific instances). Due to our conservative release policy we are releasing as a major version upgrade and allowing developers to assess for themselves.
Features
--deep
- Run recursively in current working directory. Alias of--packageFile '**/package.json'
.
See: #785