Skip to content

Commit

Permalink
Remove legacy JBrowse plugin from core plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Jul 7, 2021
1 parent 3039863 commit 4cec56f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions products/jbrowse-react-linear-genome-view/src/corePlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Sequence from '@jbrowse/plugin-sequence'
import SVG from '@jbrowse/plugin-svg'
import Variants from '@jbrowse/plugin-variants'
import Wiggle from '@jbrowse/plugin-wiggle'
import LegacyJBrowse from '@jbrowse/plugin-legacy-jbrowse'

const corePlugins = [
SVG,
Expand All @@ -21,7 +20,6 @@ const corePlugins = [
Sequence,
Variants,
Wiggle,
LegacyJBrowse,
]

export default corePlugins

0 comments on commit 4cec56f

Please sign in to comment.