Michael Jackson 14 лет назад
Родитель
Сommit
3355e1720d
4 измененных файлов: 6 добавлений и 5 удалений
  1. +1
    -1
      mustache.js
  2. +1
    -1
      mustache.js.nuspec
  3. +3
    -2
      package.json
  4. +1
    -1
      wrappers/qooxdoo/mustache.js.pre

+ 1
- 1
mustache.js Просмотреть файл

@@ -7,7 +7,7 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {};
(function (exports) {

exports.name = "mustache.js";
exports.version = "0.5.0-dev";
exports.version = "0.5.1-dev";
exports.tags = ["{{", "}}"];

exports.parse = parse;


+ 1
- 1
mustache.js.nuspec Просмотреть файл

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


+ 3
- 2
package.json Просмотреть файл

@@ -1,11 +1,12 @@
{
"name": "mustache",
"version": "0.5.0-dev",
"version": "0.5.1-dev",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"keywords": ["mustache", "template", "templates", "ejs"],
"main": "./mustache",
"devDependencies": {
"vows": "0.6.x"
"vows": "0.6.x",
"uglify-js": "1.3.0"
}
}

+ 1
- 1
wrappers/qooxdoo/mustache.js.pre Просмотреть файл

@@ -19,7 +19,7 @@

This class contains code based on the following work:

* Mustache.js version 0.5.0-dev
* Mustache.js version 0.5.1-dev

Code:
https://github.com/janl/mustache.js


Загрузка…
Отмена
Сохранить