Skip to content

Commit

Permalink
Merge d8ad1b3 into 96d986f
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambego committed Feb 8, 2016
2 parents 96d986f + d8ad1b3 commit 78bf1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/init.js
Expand Up @@ -190,7 +190,7 @@ function promptUser(logger, json) {
'name': 'moduleType',
'message': 'what types of modules does this package expose?',
'type': 'checkbox',
'choices': ['amd', 'es6', 'globals', 'node', 'yui']
'choices': ['amd', 'es2015', 'globals', 'node', 'yui']
},
{
'name': 'keywords',
Expand Down

0 comments on commit 78bf1e3

Please sign in to comment.