Skip to content

Commit

Permalink
Fix storybook plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
steambap authored May 23, 2018
1 parent 941a02f commit 2ded9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-storybook/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ module.exports = ({
getManager([
'storybook-vue/lib/manager',
'storybook-react/lib/manager',
'@storybook/vue/dist/client/manager',
'@storybook/react/dist/client/manager'
'@storybook/vue/dist/client',
'@storybook/react/dist/client'
])
)

Expand Down

0 comments on commit 2ded9b9

Please sign in to comment.