Skip to content

Commit

Permalink
update nodemon watch
Browse files Browse the repository at this point in the history
  • Loading branch information
borisding committed Jul 17, 2021
1 parent 44f33cf commit edf730d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universsr",
"version": "7.2.0",
"version": "7.2.1",
"description": "Universal React web app boilerplate.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -126,6 +126,7 @@
"watch": [
"app/logger/*",
"app/middleware/*",
"app/index.js",
"app/server.js"
]
},
Expand Down

0 comments on commit edf730d

Please sign in to comment.