Selaa lähdekoodia

Released 0.5.5

new-build-system
Jan Lehnardt 14 vuotta sitten
vanhempi
commit
b04c3515bd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Näytä tiedosto

@@ -7,7 +7,7 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {};
(function (exports) { (function (exports) {


exports.name = "mustache.js"; exports.name = "mustache.js";
exports.version = "%version";
exports.version = "0.5.5";
exports.tags = ["{{", "}}"]; exports.tags = ["{{", "}}"];
exports.parse = parse; exports.parse = parse;
exports.compile = compile; exports.compile = compile;


Loading…
Peruuta
Tallenna