Skip to content

Commit

Permalink
fix(api): No by default for socket file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Mar 4, 2015
1 parent ccdd45a commit 257a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var BangularGenerator = yeoman.generators.NamedBase.extend({
type: 'confirm',
name: 'sockets',
message: 'Do you want to generate sockets integration for this model?',
default: true
default: false
});
}

Expand Down

0 comments on commit 257a715

Please sign in to comment.