From be667400c9a3d6b2e01f991156a5964c9a9e7a4d Mon Sep 17 00:00:00 2001 From: Hariadi Hinta Date: Fri, 2 May 2014 23:58:53 +0800 Subject: [PATCH 1/3] update template deps --- app/templates/_package.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/_package.json b/app/templates/_package.json index 5fcd6dc..8298151 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.4.0", + "metalsmith-templates": "^0.5.0", "<%= 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.6.0" + "metalsmith": "^0.7.0" } } diff --git a/package.json b/package.json index fa71bf9..9fb69a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-metalsmith", - "version": "0.2.3", + "version": "0.2.4", "homepage": "https://github.com/hariadi/generator-metalsmith", "description": "Yeoman generator for Metalsmith", "author": { From 468a16da328ad03e3dfd4f051692cfb525a88bb9 Mon Sep 17 00:00:00 2001 From: Hariadi Hinta Date: Wed, 7 May 2014 14:47:37 +0800 Subject: [PATCH 2/3] update template deps * metalsmith 0.8.0 * metalsmith-collections 0.4.1 --- app/index.js | 6 +++--- app/templates/_package.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/index.js b/app/index.js index 3d801db..1b344c9 100644 --- a/app/index.js +++ b/app/index.js @@ -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', diff --git a/app/templates/_package.json b/app/templates/_package.json index 8298151..a6cea1d 100644 --- a/app/templates/_package.json +++ b/app/templates/_package.json @@ -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" } } 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": { From 07aa50b4bbf80312eb56381e2d63b3d9f641e512 Mon Sep 17 00:00:00 2001 From: Hariadi Hinta Date: Fri, 16 May 2014 22:38:35 +0800 Subject: [PATCH 3/3] 0.2.4 not 0.2.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e08d70b..9fb69a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-metalsmith", - "version": "0.2.5", + "version": "0.2.4", "homepage": "https://github.com/hariadi/generator-metalsmith", "description": "Yeoman generator for Metalsmith", "author": {