Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Remove unused code. Closes #129
Browse files Browse the repository at this point in the history
  • Loading branch information
peterblazejewicz committed Jan 27, 2015
1 parent 20ae8d5 commit 6a60474
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = yeoman.generators.Base.extend({
// Have Yeoman greet the user.
this.log(yosay('Out of the box I include HTML5 Boilerplate and Polymer'));

var defaultName = path.basename(process.cwd());
var prompts = [{
name: 'includeCore',
message: 'Would you like to include core-elements?',
Expand Down
1 change: 0 additions & 1 deletion seed/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ module.exports = yeoman.generators.Base.extend({
// Have Yeoman greet the user.
this.log(yosay('Out of the box I follow the seed-element pattern.'));

var defaultName = path.basename(process.cwd());
var prompts = [
{
name: 'ghUser',
Expand Down

0 comments on commit 6a60474

Please sign in to comment.