Skip to content

Commit

Permalink
feat: install @next versions of hubot and default scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 29, 2017
1 parent 260ce7d commit 7929487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const HubotGenerator = yeoman.generators.Base.extend({
},

end: function () {
const packages = ['hubot@next'].concat(this.externalScripts)
const packages = ['hubot'].concat(this.externalScripts).map(name => `${name}@next`)

if (this.botAdapter !== 'campfire') {
packages.push('hubot-' + this.botAdapter)
Expand Down

0 comments on commit 7929487

Please sign in to comment.