Skip to content

Commit

Permalink
update template deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hariadi committed Jul 14, 2014
1 parent 07aa50b commit b02de67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"dependencies": {<% if(ignore){ %>
"metalsmith-ignore": "^0.1.2",<% } %><% if(drafts){ %>
"metalsmith-drafts": "0.0.1",<% } %><% if(templates){ %>
"metalsmith-templates": "^0.5.0",
"metalsmith-templates": "^0.5.2",
"<%= templateEngine %>": "<%= metalsmith.engine[templateEngine] %>",<% } %><% if(markdown){ %>
"metalsmith-markdown": "^0.2.1",<% } %><% if(permalinks){ %>
"metalsmith-permalinks": "^0.3.0",<% } %><% if(collections){ %>
"metalsmith-permalinks": "^0.3.2",<% } %><% if(collections){ %>
"metalsmith-collections": "^0.4.1",<% } %>
"metalsmith": "^0.8.0"
"metalsmith": "^0.9.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-metalsmith",
"version": "0.2.4",
"version": "0.2.5",
"homepage": "https://github.com/hariadi/generator-metalsmith",
"description": "Yeoman generator for Metalsmith",
"author": {
Expand Down

0 comments on commit b02de67

Please sign in to comment.