| @@ -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, | ||||
| @@ -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> | ||||
| @@ -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,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,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", | ||||