| @@ -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; | ||||
| @@ -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> | ||||
| @@ -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" | |||||
| } | } | ||||
| } | } | ||||
| @@ -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 | ||||