From d856185ce4c87b707b537da79f48cbcb4243bd1d Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 12 Sep 2019 19:46:15 -0400 Subject: [PATCH] Update bin/mustache Co-Authored-By: Phillip Johnsen --- bin/mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mustache b/bin/mustache index be9f734..735e4f8 100755 --- a/bin/mustache +++ b/bin/mustache @@ -130,7 +130,7 @@ function isStdin (view) { return view === '-'; } -function isJson (view) { +function isJsFile (view) { return path.extname(view) === '.js'; }