Explorar el Código

Update bin/mustache

Co-Authored-By: Phillip Johnsen <johphi@gmail.com>
pull/717/head
Justin GitHub hace 6 años
padre
commit
d856185ce4
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/mustache

+ 1
- 1
bin/mustache Ver fichero

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

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



Cargando…
Cancelar
Guardar