Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 28, 2021
1 parent 0d453eb commit 0ea02cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<script src="bower_components/dropzone/dist/min/dropzone.min.js"></script>
<script src="bower_components/ng-csv/build/ng-csv.min.js"></script>
<script src="bower_components/ng-tags-input/ng-tags-input.js"></script>
<script src="bower_components/underscore/underscore.js"></script>
<script src="bower_components/underscore/underscore-umd.js"></script>
<script src="bower_components/angular-ui-notification/dist/angular-ui-notification.js"></script>
<script src="bower_components/d3/d3.js"></script>
<script src="bower_components/c3/c3.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion frontend/test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = function(config) {
'bower_components/dropzone/dist/min/dropzone.min.js',
'bower_components/ng-csv/build/ng-csv.min.js',
'bower_components/ng-tags-input/ng-tags-input.js',
'bower_components/underscore/underscore.js',
'bower_components/underscore/underscore-umd.js',
'bower_components/angular-ui-notification/dist/angular-ui-notification.js',
'bower_components/d3/d3.js',
'bower_components/c3/c3.js',
Expand Down

0 comments on commit 0ea02cf

Please sign in to comment.