Skip to content

Commit

Permalink
fix 0.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Mar 9, 2014
1 parent 14d7cc8 commit c431cd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ Heres a few of the ways you can use it
I had to work with several hundred repeated data structures that never changed. Keeping them all in html was silly, but pushing out a template engine for the end user to compile the same information multiple times was even sillier. This allows you to have your templated cake and eat it too.

## Release History
* 0.7.1 - Margaret - fix 0.8 compatibility
* 0.7.0 - Rosemary - Allow for arrays instead of globbing, remove depreicated grunt methods
* 0.6.3 - Pelé - @mattcg fixed an issue with large amounts of templates
* 0.6.2 - Dignan - @goette added support for a global json config
* 0.6.1 - Grace - @robinqu added support for handlebars partials
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-compile-handlebars",
"description": "Compile handlebar templates, outputting static HTML",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "https://github.com/patrickkettner/grunt-compile-handlebars",
"author": {
"name": "Patrick Kettner",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"handlebars": ">= 1",
"lodash.assign": "^2.4.1"
"lodash.assign": ">= 2"
},
"keywords": [
"gruntplugin",
Expand Down

0 comments on commit c431cd2

Please sign in to comment.