From cdc551b6a2558bbad86366ddfa8814331f5b06b8 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Fri, 7 Jul 2017 00:01:57 -0400 Subject: [PATCH] feat: Update hubot dependency to allow for hubot 3 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 https://github.com/hubotio/hubot/issues/1057 on this --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b422e88..abed092 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "hubot" ], "dependencies": { - "hubot": ">= 2.6.0 < 3" + "hubot": ">=2.6.0 <10 || 0.0.0-development" }, "devDependencies": { "chai": "latest",