Don't use the legacy watch option in nodemon

This commit is contained in:
James Allen 2018-06-14 10:41:18 +01:00
parent 82c6d9b293
commit dc3fea74f9
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"exec": "make compile || exit 1",
"watch": [
"public/coffee/",

View file

@ -4,7 +4,6 @@
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"execMap": {
"js": "npm run start"
},