From 767a5e557d97b8645a7faaaa7a591b26b40ddf28 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 1 Jun 2015 00:58:30 +0200 Subject: [PATCH] Add hubot-seen --- external-scripts.json | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/external-scripts.json b/external-scripts.json index b24e821..9bb91c3 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -6,5 +6,6 @@ "hubot-rules", "hubot-shipit", "hubot-rss-reader", - "hubot-plusplus" + "hubot-plusplus", + "hubot-seen" ] diff --git a/package.json b/package.json index 23dd18f..9b74583 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "hubot-rss-reader": "^0.6.7", "hubot-rules": "^0.1.0", "hubot-scripts": "^2.5.16", + "hubot-seen": "^0.2.2", "hubot-shipit": "^0.2.0", "request": "2.30.0" },