Skip to content

Commit

Permalink
Add react 16 as peer dependency and update the storybook. Closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Dec 16, 2017
1 parent d9de114 commit ff783cb
Show file tree
Hide file tree
Showing 5 changed files with 6,651 additions and 1,011 deletions.
9 changes: 3 additions & 6 deletions .storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { configure } from '@kadira/storybook'
import { configure } from '@storybook/react';

function loadStories() {
require('../stories')
require('../stories');
}

const injectTapEventPlugin = require("react-tap-event-plugin")
injectTapEventPlugin()

configure(loadStories, module)
configure(loadStories, module);
Loading

0 comments on commit ff783cb

Please sign in to comment.