From fd7093d81cd49953675c4d65920dde7e38613084 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 26 Apr 2015 23:40:27 +0200 Subject: [PATCH] Remove default crap --- external-scripts.json | 10 ++-------- package.json | 8 +------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/external-scripts.json b/external-scripts.json index a2d8106..8748256 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -1,13 +1,7 @@ [ - "hubot-diagnostics", "hubot-help", "hubot-heroku-keepalive", - "hubot-google-images", - "hubot-google-translate", - "hubot-pugme", - "hubot-maps", "hubot-redis-brain", "hubot-rules", - "hubot-shipit", - "hubot-youtube" -] \ No newline at end of file + "hubot-shipit" +] diff --git a/package.json b/package.json index 8e3e1f5..597bd9c 100644 --- a/package.json +++ b/package.json @@ -6,19 +6,13 @@ "description": "Heuristically programmed ALgorithmic computer", "dependencies": { "hubot": "^2.12.0", - "hubot-diagnostics": "0.0.1", - "hubot-google-images": "^0.1.4", - "hubot-google-translate": "^0.1.0", "hubot-help": "^0.1.1", "hubot-heroku-keepalive": "0.0.4", "hubot-irc": "^0.2.7", - "hubot-maps": "0.0.2", - "hubot-pugme": "^0.1.0", "hubot-redis-brain": "0.0.2", "hubot-rules": "^0.1.0", "hubot-scripts": "^2.5.16", - "hubot-shipit": "^0.2.0", - "hubot-youtube": "^0.1.2" + "hubot-shipit": "^0.2.0" }, "engines": { "node": "0.10.x"