Ver código fonte

4.2.0

tags/v4.2.0
Phillip Johnsen 5 anos atrás
pai
commit
813e273a65
3 arquivos alterados com 3 adições e 3 exclusões
  1. +1
    -1
      mustache.js
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 1
- 1
mustache.js Ver arquivo

@@ -694,7 +694,7 @@ Writer.prototype.getConfigEscape = function getConfigEscape (config) {

var mustache = {
name: 'mustache.js',
version: '4.1.0',
version: '4.2.0',
tags: [ '{{', '}}' ],
clearCache: undefined,
escape: undefined,


+ 1
- 1
package-lock.json Ver arquivo

@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "4.1.0",
"version": "4.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {


+ 1
- 1
package.json Ver arquivo

@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "4.1.0",
"version": "4.2.0",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",


Carregando…
Cancelar
Salvar