Skip to content

Commit

Permalink
Updated list of peerDependencies for mithriljs.
Browse files Browse the repository at this point in the history
  • Loading branch information
xdvarpunen authored Mar 6, 2019
1 parent 2cf21e6 commit ed8182d
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 ed8182d

Please sign in to comment.