UNPKG

658 BPlain TextView Raw
1Get latest dependency version information.
2
3Usage: david [command] [options...] [dependency names...]
4
5Command:
6 update, u Update dependencies to latest STABLE versions and save to
7 package.json.
8
9Options:
10 -g, --global Consider global dependencies.
11 -u, --unstable Use UNSTABLE dependencies.
12 -v, --version Print version number and exit.
13 -r, --registry The npm registry URL.
14 [default: "https://registry.npmjs.org/"]
15 --error404 If dependency not found, halt with an error code.
16 --errorSCM If dependency version is a source control URL, halt with an
17 error code.
\No newline at end of file