Skip to content

Commit

Permalink
Refactor deprecated npm packages to local libs - lodash - 3/N
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Jan 20, 2025
1 parent 5ff52f9 commit 0b82b0d
Show file tree
Hide file tree
Showing 4 changed files with 12,721 additions and 1,360 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
<!-- lodash: A modern JavaScript utility library delivering -->
<!-- modularity, performance & extras. -->
<!-- https://lodash.com/ -->
<script src="node_modules/lodash/index.js"></script>
<script src="resources/libs/vendor/lodash/index.js"></script>

<!-- Jointjs: Visualize and interact with diagrams and graphs -->
<!-- https://www.jointjs.com/opensource -->
Expand Down
Loading

0 comments on commit 0b82b0d

Please sign in to comment.