Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Commit

Permalink
better registration
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Sep 1, 2016
1 parent 1c4d469 commit 655c61a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

### vNext

- Docs: Added correct usage pattern for registering addon

### v0.0.2

- Bug: Fixed export of type definitions for typescript projects

### v0.0.1

- Initial release
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Add following content to it:

```js
import '@kadira/storybook/addons';
import 'react-storybook-addon-backgrounds';
import 'react-storybook-addon-backgrounds/register';
```

Then write your stories like this:
Expand Down
1 change: 1 addition & 0 deletions register.js
@@ -0,0 +1 @@
require("./dist/register");

0 comments on commit 655c61a

Please sign in to comment.