Commit 822ecd10a2e479d980e2cc13fc2e5cd7010e3901
1 parent
1525f49f4e
Exists in
20200117-axion-responsive
remover jquery innecesario en angular.json
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
angular.json
... | ... | @@ -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": { |