diff --git a/CHANGES b/CHANGES index c3546e0..dfdec93 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ += 0.8.2 / 17 Mar 2014 + + * Supporting Bower through a bower.json file. + = 0.8.1 / 3 Jan 2014 * Fix usage of partial templates. diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e8c9b11 --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "mustache.js", + "main": "mustache.js", + "version": "0.8.2", + "homepage": "https://github.com/janl/mustache.js", + "authors": [ + "mustache.js Authors " + ], + "description": "Logic-less {{mustache}} templates with JavaScript", + "keywords": ["mustache", "template", "templates", "ejs"], + "moduleType": [ + "amd", + "globals", + "node" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "test" + ] +} diff --git a/mustache.js.nuspec b/mustache.js.nuspec index ae499a6..7a47994 100644 --- a/mustache.js.nuspec +++ b/mustache.js.nuspec @@ -2,7 +2,7 @@ mustache.js - 0.8.1 + 0.8.2 mustache.js Authors https://github.com/janl/mustache.js/blob/master/LICENSE http://mustache.github.com/ diff --git a/package.json b/package.json index 105bbe7..850e2ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mustache", - "version": "0.8.1", + "version": "0.8.2", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", "repository": {