diff --git a/component_tests/cgv/package.json b/component_tests/cgv/package.json index 50db873c45..35be16d918 100644 --- a/component_tests/cgv/package.json +++ b/component_tests/cgv/package.json @@ -27,6 +27,7 @@ "resolutions": { "@jbrowse/core": "file:./packed/jbrowse-core.tgz", "@jbrowse/plugin-alignments": "file:./packed/jbrowse-plugin-alignments.tgz", + "@jbrowse/plugin-authentication": "file:./packed/jbrowse-plugin-authentication.tgz", "@jbrowse/plugin-bed": "file:./packed/jbrowse-plugin-bed.tgz", "@jbrowse/plugin-circular-view": "file:./packed/jbrowse-plugin-circular-view.tgz", "@jbrowse/plugin-config": "file:./packed/jbrowse-plugin-config.tgz", diff --git a/component_tests/lgv/package.json b/component_tests/lgv/package.json index 68325b3030..9de83ee1c3 100644 --- a/component_tests/lgv/package.json +++ b/component_tests/lgv/package.json @@ -27,6 +27,7 @@ "resolutions": { "@jbrowse/core": "file:./packed/jbrowse-core.tgz", "@jbrowse/plugin-alignments": "file:./packed/jbrowse-plugin-alignments.tgz", + "@jbrowse/plugin-authentication": "file:./packed/jbrowse-plugin-authentication.tgz", "@jbrowse/plugin-bed": "file:./packed/jbrowse-plugin-bed.tgz", "@jbrowse/plugin-circular-view": "file:./packed/jbrowse-plugin-circular-view.tgz", "@jbrowse/plugin-config": "file:./packed/jbrowse-plugin-config.tgz",