Skip to content

Commit

Permalink
docs: update help.txt (#1401)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mef authored and remy committed Aug 11, 2018
1 parent 11ef298 commit b8ff6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli/help.txt
Expand Up @@ -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
Expand Down

0 comments on commit b8ff6b4

Please sign in to comment.