Skip to content

Commit ebd2c2c

Browse files
committed
Fix jekyllized:update comment in gulpfile
This closes #138.
1 parent c64bb37 commit ebd2c2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generators/update/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22
var generators = require('yeoman-generator');
33
var chalk = require('chalk');
4+
var pkg = require('../../package.json');
45

56
module.exports = generators.Base.extend({
67
constructor: function () {
@@ -41,6 +42,8 @@ module.exports = generators.Base.extend({
4142
default: function () {
4243
this.composeWith('jekyllized:gulp', {
4344
options: {
45+
name: pkg.name,
46+
version: pkg.version,
4447
uploading: this.props.uploading,
4548
babel: this.props.babel
4649
}

0 commit comments

Comments
 (0)