From 822ecd10a2e479d980e2cc13fc2e5cd7010e3901 Mon Sep 17 00:00:00 2001 From: Luis Suarez Date: Wed, 22 Jan 2020 14:42:08 -0400 Subject: [PATCH] remover jquery innecesario en angular.json --- angular.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/angular.json b/angular.json index dc425e3..fe65e0c 100644 --- a/angular.json +++ b/angular.json @@ -36,9 +36,8 @@ "./node_modules/jquery/dist/jquery.slim.min.js", "./node_modules/popper.js/dist/umd/popper.min.js", "./node_modules/@fortawesome/fontawesome-free/js/all.min.js", - "./node_modules/bootstrap/dist/js/bootstrap.min.js", - "./node_modules/jquery/dist/jquery.min.js" - ] + "./node_modules/bootstrap/dist/js/bootstrap.min.js" + ] }, "configurations": { "production": { -- 1.9.1