Skip to content

Commit

Permalink
Cleanup unused modules (duckduckgo#2096)
Browse files Browse the repository at this point in the history
* Remove unused dependencies
 - @types/puppeteer
 - brfs
 - jasmine-core
 - load-grunt-tasks
 - seedrandom
 - underscore

* npm audit fix
  • Loading branch information
sammacbeth authored Jul 10, 2023
1 parent 2358da9 commit eae49df
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 1,139 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ build/test:
mkdir -p $@

build/test/legacy-background.js: $(TEST_FILES) $(WATCHED_FILES) | build/test
$(BROWSERIFY) -t brfs -t ./scripts/browserifyFileMapTransform $(UNIT_TEST_SRC) -o $@
$(BROWSERIFY) -t ./scripts/browserifyFileMapTransform $(UNIT_TEST_SRC) -o $@

## Content Scope Scripts
CONTENT_SCOPE_SCRIPTS = node_modules/@duckduckgo/content-scope-scripts
Expand Down
Loading

0 comments on commit eae49df

Please sign in to comment.