From 65939e0fd51c302146b6988d526bff9028a1412f Mon Sep 17 00:00:00 2001 From: Iain D Broadfoot Date: Tue, 14 Mar 2017 14:29:21 +0000 Subject: [PATCH] clarify that reset cleans up npm stuff too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55fadc9a..cb123457 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ In order to use an alternate config path or to group various scenarios, you can #### `ember try:reset` -This command restores the original `bower.json` from `bower.json.ember-try`, `rm -rf`s `bower_components` and runs `bower install`. For use if any of the other commands fail to clean up after (they run this by default on completion). +This command restores the original `bower.json` from `bower.json.ember-try`, `package.json` from `package.json.ember-try`, `rm -rf`s `bower_components` and `node_components` and runs `bower install` and `npm install`. For use if any of the other commands fail to clean up after (they run this by default on completion). #### `ember try:ember `