Skip to content

Commit

Permalink
Merge pull request #572 from energywebfoundation/clean_up_and_update_…
Browse files Browse the repository at this point in the history
…dependencies

Clean up and update dependencies
  • Loading branch information
dawidgil authored Jan 27, 2022
2 parents df11356 + 04c452a commit 4029c61
Show file tree
Hide file tree
Showing 153 changed files with 71 additions and 33,251 deletions.
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ build/
*.d.ts
patches/
*.md
src/assets/
src/modernizr.js
karma.conf.js
karma-headless.conf.js
.eslintrc.js
eslint_report.json
coverage/
.angular/
18 changes: 2 additions & 16 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,8 @@
}
],
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"src/app/core/preloader/preloader.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/bootstrap/js/dist/util.js",
"node_modules/bootstrap/js/dist/modal.js",
"node_modules/bootstrap/js/dist/dropdown.js",
"node_modules/bootstrap/js/dist/tooltip.js",
"node_modules/moment/min/moment-with-locales.min.js",
"node_modules/fullcalendar/dist/fullcalendar.js"
"node_modules/moment/min/moment-with-locales.min.js"
],
"vendorChunk": true,
"extractLicenses": false,
Expand Down Expand Up @@ -218,15 +211,8 @@
"src/styles.scss"
],
"scripts": [
"node_modules/jquery/dist/jquery.js",
"src/app/core/preloader/preloader.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/bootstrap/js/dist/util.js",
"node_modules/bootstrap/js/dist/modal.js",
"node_modules/bootstrap/js/dist/dropdown.js",
"node_modules/bootstrap/js/dist/tooltip.js",
"node_modules/moment/min/moment-with-locales.min.js",
"node_modules/fullcalendar/dist/fullcalendar.js"
"node_modules/moment/min/moment-with-locales.min.js"
]
}
},
Expand Down
30 changes: 0 additions & 30 deletions modernizr-config.json

This file was deleted.

Loading

0 comments on commit 4029c61

Please sign in to comment.