Phillip Johnsen пре 5 година
родитељ
комит
813e273a65
3 измењених фајлова са 3 додато и 3 уклоњено
  1. +1
    -1
      mustache.js
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 1
- 1
mustache.js Прегледај датотеку

@@ -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 Прегледај датотеку

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


+ 1
- 1
package.json Прегледај датотеку

@@ -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",


Loading…
Откажи
Сачувај