From 919268b8243935d1959d7d10681fbf86afa59016 Mon Sep 17 00:00:00 2001 From: Michael Garvin Date: Wed, 7 Jan 2015 12:20:33 -0800 Subject: [PATCH] Update contributing.md Finish the sentence. --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 49b2f1a..c5fce0c 100644 --- a/contributing.md +++ b/contributing.md @@ -28,7 +28,7 @@ $ node bin/add-module collections is-awesome ## Running the tests -You can either run *all* the tests for all the modules by doing `npm test` from the project root, this will include yours, or do it just for module by running `npm test` after `cd`'ing into your folder. If you're testing a single module you may need to run `npm install` in that specific module folder if you're missing dependencies. Just be sure to delete the +You can either run *all* the tests for all the modules by doing `npm test` from the project root, this will include yours, or do it just for module by running `npm test` after `cd`'ing into your folder. If you're testing a single module you may need to run `npm install` in that specific module folder if you're missing dependencies. Just be sure to delete the the `node_modules` folder that gets added. Don't worry about versioning or rebuilding the site, etc. That will be done when the pull request is merged.