ソースを参照

:ship: bump to version 3.2.0-beta.0

pull/728/head
Phillip Johnsen 6年前
コミット
e0097b1a7d
6個のファイルの変更6行の追加6行の削除
  1. +1
    -1
      mustache.js
  2. +1
    -1
      mustache.js.nuspec
  3. +1
    -1
      mustache.min.js
  4. +1
    -1
      mustache.mjs
  5. +1
    -1
      package-lock.json
  6. +1
    -1
      package.json

+ 1
- 1
mustache.js ファイルの表示

@@ -651,7 +651,7 @@


var mustache = { var mustache = {
name: 'mustache.js', name: 'mustache.js',
version: '3.1.0',
version: '3.2.0-beta.0',
tags: [ '{{', '}}' ], tags: [ '{{', '}}' ],
clearCache: undefined, clearCache: undefined,
escape: undefined, escape: undefined,


+ 1
- 1
mustache.js.nuspec ファイルの表示

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>3.1.0</version>
<version>3.2.0-beta.0</version>
<authors>mustache.js Authors</authors> <authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl> <projectUrl>http://mustache.github.com/</projectUrl>


+ 1
- 1
mustache.min.js
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
mustache.mjs ファイルの表示

@@ -644,7 +644,7 @@ Writer.prototype.rawValue = function rawValue (token) {


var mustache = { var mustache = {
name: 'mustache.js', name: 'mustache.js',
version: '3.1.0',
version: '3.2.0-beta.0',
tags: [ '{{', '}}' ], tags: [ '{{', '}}' ],
clearCache: undefined, clearCache: undefined,
escape: undefined, escape: undefined,


+ 1
- 1
package-lock.json ファイルの表示

@@ -1,6 +1,6 @@
{ {
"name": "mustache", "name": "mustache",
"version": "3.1.0",
"version": "3.2.0-beta.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {


+ 1
- 1
package.json ファイルの表示

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


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