From e7e56fe9bf3526cebcc5b72060ecae83439681e0 Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Tue, 22 Apr 2014 01:05:34 -0400 Subject: [PATCH] chore(package.json): remove dependencies which are no longer required Based on https://github.com/angular/angular.js/issues/3244#issuecomment-41003086, I don't believe we actually use either of these now that dgeni has replaced the old docs app. These should be removed if Travis is green. The i18n scripts still rely on q, so unfortunately it can't be gotten rid of just yet. --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 9790ce0f9..fff783637 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,6 @@ "bower": "~1.2.2", "jasmine-node": "~1.11.0", "q": "~1.0.0", - "q-io": "~1.10.6", - "qq": "~0.3.5", "shelljs": "~0.2.6", "karma": "^0.12.0", "karma-jasmine": "0.1.5",