Skip to content

Commit

Permalink
Minor version update and tiny fix for index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Aug 21, 2014
1 parent 6062100 commit f71fda4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ var JekyllizedGenerator = yeoman.generators.Base.extend({
this.copy('gitattributes', 'gitattributes');
this.copy('jshintrc', '.jshintrc');
this.copy('editorconfig', '.editorconfig');
},

jekyll: function () {
this.directory('app', 'src');
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jekyllized",
"version": "0.5.1",
"version": "0.5.2",
"description": "Use Jekyll with Gulp, Yeoman, Bower, Bourbon and so much more!",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit f71fda4

Please sign in to comment.