Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Commenting out prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
ffffranklin committed Aug 21, 2014
1 parent b058e2e commit d3106af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ TumblrGenerator.prototype.askFor = function askFor() {
// have Yeoman greet the user.
console.log(this.yeoman);

var prompts = [ {
var prompts = [/*{
name: 'themeName',
message: 'What is your tumblr name?'
} /*,{
},{
type: 'confirm',
name: 'agree',
message: 'Would you like to proceed?'
Expand Down

0 comments on commit d3106af

Please sign in to comment.