Sfoglia il codice sorgente

Version 0.5.1-dev

tags/0.5.1
Michael Jackson 14 anni fa
parent
commit
3355e1720d
4 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  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 Vedi File

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


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


exports.parse = parse; exports.parse = parse;


+ 1
- 1
mustache.js.nuspec Vedi File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>0.5.0-dev</version>
<version>0.5.1-dev</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>


+ 3
- 2
package.json Vedi File

@@ -1,11 +1,12 @@
{ {
"name": "mustache", "name": "mustache",
"version": "0.5.0-dev",
"version": "0.5.1-dev",
"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>",
"keywords": ["mustache", "template", "templates", "ejs"], "keywords": ["mustache", "template", "templates", "ejs"],
"main": "./mustache", "main": "./mustache",
"devDependencies": { "devDependencies": {
"vows": "0.6.x"
"vows": "0.6.x",
"uglify-js": "1.3.0"
} }
} }

+ 1
- 1
wrappers/qooxdoo/mustache.js.pre Vedi File

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


This class contains code based on the following work: This class contains code based on the following work:


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


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


Loading…
Annulla
Salva