Skip to content

Commit

Permalink
feat: Update hubot dependency to allow for hubot 3
Browse files Browse the repository at this point in the history
There has been a fair amount of work upstream in hubot recently. We are
really close to a 3.0 release (there is actually a `next` release of
it), and I wanted to make sure this library supported it since it is
recommended in the hubot documentation.

See hubotio/hubot#1057 on this
  • Loading branch information
technicalpickles committed Jul 7, 2017
1 parent 2c8d45c commit cdc551b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"hubot"
],
"dependencies": {
"hubot": ">= 2.6.0 < 3"
"hubot": ">=2.6.0 <10 || 0.0.0-development"
},
"devDependencies": {
"chai": "latest",
Expand Down

0 comments on commit cdc551b

Please sign in to comment.