From e61eff30f5f5cda0a6239ef35b5ad49c9b844f3a Mon Sep 17 00:00:00 2001 From: Alex Pelan Date: Mon, 24 Jun 2019 22:22:00 -0400 Subject: [PATCH] Clean up unused bower dependencies We're in the process of migrating away from bower so we can start by removing the stuff it installs that we aren't using. --- bower.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 919a97f109..e7c70081ec 100644 --- a/bower.json +++ b/bower.json @@ -22,16 +22,10 @@ "tests" ], "dependencies": { - "angular": "^1.5.5", "bootstrap": "^3.3.6", - "ember": "^2.5.1", - "foundation": "^5.5.3", - "handlebars": "^4.0.5", "lodash": "^4.11.2", "mustache.js": "mustache#^2.2.1", "normalize-css": "normalize.css#^4.1.1", - "p5js": "^0.5.13", - "react": "^15.0.1", - "underscore": "^1.8.3" + "p5js": "^0.5.13" } }