Skip to content

Commit

Permalink
fix(dependencies): missing lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Dec 1, 2024
1 parent 358a461 commit 4428dc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"morris.js": "morrisjs/morris.js#^0.5.1",
"raphael": "DmitryBaranovskiy/raphael#^2.1.3",
"startbootstrap-sb-admin-2": "IronSummitMedia/startbootstrap-sb-admin-2#^1.0.5",
"underscore": "jashkenas/underscore#^1.8.3"
"underscore": "jashkenas/underscore#^1.8.3",
"lodash": "4.17.21"
},
"resolutions": {
"font-awesome": "4.2.0"
Expand Down
3 changes: 3 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
<!-- jQuery -->
<script src="components/bower/jquery/dist/jquery.min.js"></script>

<!-- lodash -->
<script src="web/components/bower/lodash/dist/lodash.min.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="components/bower/bootstrap/dist/js/bootstrap.min.js"></script>

Expand Down

0 comments on commit 4428dc5

Please sign in to comment.