From 47e34d30dd4337fe33c5a696376a3da3b8ec0df0 Mon Sep 17 00:00:00 2001 From: Marius Pop Date: Tue, 11 Jun 2019 15:38:49 -0500 Subject: [PATCH] Add planning poker to hubot --- external-scripts.json | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/external-scripts.json b/external-scripts.json index 767a75b..5d13298 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -1 +1 @@ -["hubot-github-todos", "hubot-schedule", "hubot-help"] +["hubot-github-todos", "hubot-schedule", "hubot-help", "hubot-planning-poker"] diff --git a/package.json b/package.json index 6b31137..3e6e504 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "hubot": ">= 2.7.2 < 3.0.0", "hubot-github-todos": "^1.2.0", "hubot-help": "^0.2.0", + "hubot-planning-poker": "^1.1.3", "hubot-schedule": "^0.5.0", "hubot-scripts": "2.5.11", "hubot-slack": "^4.0.2",