From b8ff6b42e4ff2493f8fe921f5f0c0df26a926ab1 Mon Sep 17 00:00:00 2001 From: Mehdi El Fadil Date: Sat, 11 Aug 2018 12:40:38 +0200 Subject: [PATCH] docs: update help.txt (#1401) Small update so that `nodemon -h` mentions that `.json` files are now watched by default (this is the case since v1.7.0 - #643) P.S.: one remark: the change fixing #643 may have been considered as a breaking change, and reflected by bumping major version number. Updating some apps to nodemon v1.7.0+ require adaptation of the config... P.P.S. Thanks for creating nodemon, super useful piece of software. --- doc/cli/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cli/help.txt b/doc/cli/help.txt index adc4ba86..dd2ab811 100644 --- a/doc/cli/help.txt +++ b/doc/cli/help.txt @@ -13,7 +13,7 @@ Note: if the script is omitted, nodemon will try to read "main" from package.json and without a nodemon.json, nodemon will monitor .js, .mjs, .coffee, - and .litcoffee by default. + .litcoffee, and .json by default. For advanced nodemon configuration use nodemon.json: nodemon --help config See also the sample: https://github.com/remy/nodemon/wiki/Sample-nodemon.json