소스 검색

:ship: bump to version 3.0.0

tags/v3.0.0
Phillip Johnsen Phillip Johnsen 7 년 전
부모
커밋
17510f07d1
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      mustache.js
  2. +1
    -1
      mustache.js.nuspec
  3. +1
    -1
      mustache.min.js
  4. +1
    -1
      package.json

+ 1
- 1
mustache.js 파일 보기

@@ -617,7 +617,7 @@
};

mustache.name = 'mustache.js';
mustache.version = '2.3.2';
mustache.version = '3.0.0';
mustache.tags = [ '{{', '}}' ];

// All high-level mustache.* functions use this writer.


+ 1
- 1
mustache.js.nuspec 파일 보기

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


+ 1
- 1
mustache.min.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 1
package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "2.3.2",
"version": "3.0.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",


불러오는 중...
취소
저장