Skip to content

Commit

Permalink
fix: remove no longer unsupport scripts and hubot-scripts from defaul…
Browse files Browse the repository at this point in the history
…t dependencies
  • Loading branch information
gr2m committed Jun 29, 2017
1 parent 9a2a7ac commit c7bbfbb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,8 @@ const HubotGenerator = yeoman.generators.Base.extend({
this.externalScripts = [
'hubot-diagnostics',
'hubot-help',
'hubot-heroku-keepalive',
'hubot-google-images',
'hubot-google-translate',
'hubot-pugme',
'hubot-maps',
'hubot-redis-brain',
'hubot-rules',
'hubot-shipit'
'hubot-rules'
]
},

Expand Down Expand Up @@ -253,7 +247,7 @@ const HubotGenerator = yeoman.generators.Base.extend({
},

end: function () {
const packages = ['hubot', 'hubot-scripts'].concat(this.externalScripts)
const packages = ['hubot'].concat(this.externalScripts)

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

0 comments on commit c7bbfbb

Please sign in to comment.