Skip to content

Commit

Permalink
Delete duplicate d3 library (#1876)
Browse files Browse the repository at this point in the history
We currently use D3 in multiple locations, and have two copies of D3 v3
in our codebase. One of them is sourced from npm, while the other is
simply a minified file which is checked into Git. The latter file is
only used on the subproject dependency graph page, and the page
functions as expected with the default D3 we source from npm. This PR
deletes the duplicate copy of D3.
  • Loading branch information
williamjallen committed Dec 11, 2023
1 parent b0ad416 commit 4efd38a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Loading

0 comments on commit 4efd38a

Please sign in to comment.