ソースを参照

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


読み込み中…
キャンセル
保存