Files
pnpm/packages/outdated
Zoltan Kochan 2ca77fc21e fix: bins should be linked after running lifecycle scripts
PR #1764

* refactor: create @pnpm/build-modules

* fix: bins should be linked after running lifecycle scripts

close #1608

* fix: rebuild should link bins

* fix: rebuild should link all bins

* fix(deps): update @pnpm/link-bins to v4.0.2

* test: lifecycle scripts run before linking bins

* test: bins are linked even if lifecycle scripts are ignored

* fix: building modules in headless mode
2019-04-07 02:14:32 +03:00
..
2019-03-07 02:47:59 +02:00
2018-12-31 19:26:36 +02:00
2019-01-26 22:29:34 +02:00

@pnpm/outdated

Check for outdated packages

npm version

Installation

npm i -S @pnpm/outdated

API

default: outdated(path, opts): Promise<OutdatedPackage[]>

Returns an array of outdated packages.

Arguments

  • path - String - path to the project

forPackages(packages, path, opts): Promise<OutdatedPackage[]>

Returns an array of outdated packages for the specified packages.

Arguments

  • path - String - path to the project

License

MIT © Zoltan Kochan