浏览代码

4.2.0

tags/v4.2.0
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",


正在加载...
取消
保存