Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 614 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 614 Bytes

danger-plugin-npm-outdated

Danger plugin which will give attention to npm outdated packages.

Usage

Install:

npm i -D danger-plugin-npm-outdated

At a glance:

// dangerfile.js
import { schedule } from "danger";
import npmOutdated from "danger-plugin-npm-outdated";

// Note: You need to use schedule()
schedule(npmOutdated());

Sample message

sample message

License

Please see License