Skip to content

Commit

Permalink
update template deps
Browse files Browse the repository at this point in the history
* metalsmith 0.8.0
* metalsmith-collections 0.4.1
  • Loading branch information
hariadi committed May 7, 2014
1 parent be66740 commit 468a16d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ var MetalsmithGenerator = yeoman.generators.Base.extend({
plugins: {
'metalsmith-ignore': '^0.1.2',
'metalsmith-drafts': '^0.0.1',
'metalsmith-templates': '^0.3.0',
'metalsmith-templates': '^0.5.0',
'metalsmith-markdown': '^0.2.1',
'metalsmith-permalinks': '^0.2.2',
'metalsmith-collections': '^0.1.0'
'metalsmith-permalinks': '^0.3.0',
'metalsmith-collections': '^0.4.1'
},
engine: {
swig: '^1.3.2',
Expand Down
4 changes: 2 additions & 2 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"<%= templateEngine %>": "<%= metalsmith.engine[templateEngine] %>",<% } %><% if(markdown){ %>
"metalsmith-markdown": "^0.2.1",<% } %><% if(permalinks){ %>
"metalsmith-permalinks": "^0.3.0",<% } %><% if(collections){ %>
"metalsmith-collections": "^0.1.0",<% } %>
"metalsmith": "^0.7.0"
"metalsmith-collections": "^0.4.1",<% } %>
"metalsmith": "^0.8.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 468a16d

Please sign in to comment.