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" },