From e2f04534327f35b9ddfb063ae69a95fc3b4351f4 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 1 Jun 2015 01:11:29 +0200 Subject: [PATCH] Add hubot-tell --- external-scripts.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/external-scripts.json b/external-scripts.json index 9bb91c3..937d329 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -7,5 +7,6 @@ "hubot-shipit", "hubot-rss-reader", "hubot-plusplus", + "hubot-tell", "hubot-seen" ] diff --git a/package.json b/package.json index 9b74583..07282f2 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "hubot-scripts": "^2.5.16", "hubot-seen": "^0.2.2", "hubot-shipit": "^0.2.0", + "hubot-tell": "^1.2.3", "request": "2.30.0" }, "engines": {