Skip to content

Commit

Permalink
Merge pull request #5930 from xdvarpunen/next
Browse files Browse the repository at this point in the history
Updated list of peerDependencies for mithriljs.
  • Loading branch information
shilman authored Mar 6, 2019
2 parents 2cf21e6 + ed8182d commit 9e51607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/basics/guide-mithril/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ npm i --save-dev @storybook/mithril

## Add mithril and babel-core

Make sure that you have `mithril` and `babel-core` in your dependencies as well because we list these as a peerDependency:
Make sure that you have `mithril`, `@babel/core`, and `babel-loader` in your dependencies as well because we list these as a peerDependency:

```sh
npm i --save mithril
npm i --save-dev babel-core
npm i --save-dev @babel/core babel-loader
```

Then add the following NPM script to your package json in order to start the storybook later in this guide:
Expand Down

0 comments on commit 9e51607

Please sign in to comment.