From b0b6069fe2843374bf890df72001c4e74faede98 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 6 Oct 2016 00:37:11 -0700 Subject: [PATCH] remove 'pug' from nodemon command (we don't use pug) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f184bbd..3075e332 100644 --- a/package.json +++ b/package.json @@ -106,6 +106,6 @@ "test": "standard && depcheck --ignores=buble,lodash.merge,nodemon,gh-release --ignore-dirs=build,dist && node ./bin/extra-lint.js", "test-integration": "npm run build && node ./test", "update-authors": "./bin/update-authors.sh", - "watch": "nodemon --exec \"npm run start\" --ext js,pug,css --ignore build/ --ignore dist/" + "watch": "nodemon --exec \"npm run start\" --ext js,css --ignore build/ --ignore dist/" } }