Browse Source

Update bin/mustache

Co-Authored-By: Phillip Johnsen <johphi@gmail.com>
pull/717/head
Justin GitHub 6 years ago
parent
commit
d856185ce4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/mustache

+ 1
- 1
bin/mustache View File

@@ -130,7 +130,7 @@ function isStdin (view) {
return view === '-';
}

function isJson (view) {
function isJsFile (view) {
return path.extname(view) === '.js';
}



Loading…
Cancel
Save