UNPKG

@lerna/changed

Version:

List local packages that have changed since the last tagged release

9 lines (8 loc) 191 B
const command = { command: "info", describe: "Prints debugging information about the local environment", handler(argv) { return require(".")(argv); } }; module.exports = command;