diff --git a/app/templates/_package.json b/app/templates/_package.json index a6cea1d..9d4b74b 100644 --- a/app/templates/_package.json +++ b/app/templates/_package.json @@ -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" } } diff --git a/package.json b/package.json index 9fb69a0..e08d70b 100644 --- a/package.json +++ b/package.json @@ -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": {