From 8d98272231e82802454d1026fdb3174d14867646 Mon Sep 17 00:00:00 2001 From: Marius Pop Date: Tue, 11 Jun 2019 15:44:52 -0500 Subject: [PATCH] Revert "Add planning poker to hubot" This reverts commit 47e34d30dd4337fe33c5a696376a3da3b8ec0df0. --- external-scripts.json | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/external-scripts.json b/external-scripts.json index 5d13298..767a75b 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -1 +1 @@ -["hubot-github-todos", "hubot-schedule", "hubot-help", "hubot-planning-poker"] +["hubot-github-todos", "hubot-schedule", "hubot-help"] diff --git a/package.json b/package.json index 3e6e504..6b31137 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "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",