Commit 822ecd10a2e479d980e2cc13fc2e5cd7010e3901

Authored by Luis Suarez
1 parent 1525f49f4e

remover jquery innecesario en angular.json

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
... ... @@ -36,9 +36,8 @@
36 36 "./node_modules/jquery/dist/jquery.slim.min.js",
37 37 "./node_modules/popper.js/dist/umd/popper.min.js",
38 38 "./node_modules/@fortawesome/fontawesome-free/js/all.min.js",
39   - "./node_modules/bootstrap/dist/js/bootstrap.min.js",
40   - "./node_modules/jquery/dist/jquery.min.js"
41   - ]
  39 + "./node_modules/bootstrap/dist/js/bootstrap.min.js"
  40 + ]
42 41 },
43 42 "configurations": {
44 43 "production": {