Skip to content

Commit

Permalink
Merge pull request #44 from technicalpickles/hubot-3-compatibility
Browse files Browse the repository at this point in the history
feat: Update hubot dependency to allow for hubot 3
  • Loading branch information
mtsmfm authored Jul 7, 2017
2 parents 2c8d45c + cdc551b commit 5e426eb
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 5e426eb

Please sign in to comment.