Skip to content

Commit

Permalink
we don't need at this time
Browse files Browse the repository at this point in the history
  • Loading branch information
hariadi committed Mar 15, 2014
1 parent e4ceb0c commit f05301e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

var yeoman = require('yeoman-generator');
var chalk = require('chalk');

var MetalsmithGenerator = yeoman.generators.Base.extend({

Expand All @@ -26,7 +25,6 @@ var MetalsmithGenerator = yeoman.generators.Base.extend({

if (!this.options['skip-welcome-message'] || !this.options.w) {
this.log(this.yeoman);
this.log(chalk.magenta('You\'re using the fantastic Metalsmith generator.'));
}

var plugins = this.metalsmith.plugins;
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"app"
],
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0"
"yeoman-generator": "~0.16.0"
},
"devDependencies": {
"mocha": "*"
Expand Down

0 comments on commit f05301e

Please sign in to comment.