doc: recommend make electron-develop to clean dependency tree (#974)

Because of NPM shrinkwrap, we recommend having a clean dependency tree
in `CONTRIBUTING.md` before upgrading a dependency. We currently
recommend maually wiping out `node_modules`, but since the
`electron-develop` make target already does that, is more user friendly
to recommend that instead.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-12-13 14:03:09 -04:00 committed by GitHub
parent 8e7599b366
commit 99538e3120

View File

@ -37,7 +37,7 @@ dependency.
Use the following steps to ensure everything goes flawlessly: Use the following steps to ensure everything goes flawlessly:
- Delete your `node_modules/` to ensure you don't have extraneous dependencies - Run `make electron-develop` to ensure you don't have extraneous dependencies
you might have brought during development, or you are running older you might have brought during development, or you are running older
dependencies because you come from another branch or reference. dependencies because you come from another branch or reference.