Compare commits

..

1 Commits

Author SHA1 Message Date
6e2288f157 docs: update readme 2019-04-05 15:55:41 -07:00

View File

@@ -6,7 +6,7 @@ Node package compare and change runner.
[![npm](https://img.shields.io/npm/v/pkgcomp.svg)](https://www.npmjs.com/package/pkgcomp)
[![Project Status](https://img.shields.io/badge/status-experimental-orange.svg)](https://nodejs.org/api/documentation.html#documentation_stability_index)
This tool will execute a command of the dependencies or lock files of your module have changed since the last time it was run. Any of the following
This tool will execute a command if the dependencies or lock files of your module have changed since the last time it was run. Any of the following will be considered a change:
- If the `dependencies` or `devDependencies` in `package.json` change
- If the `dependencies` or `devDependencies` in any of your workspaces change