Updated list of peerDependencies for mithriljs.

This commit is contained in:
xdvarpunen 2019-03-06 20:59:37 +02:00 committed by GitHub
parent 2cf21e6f09
commit ed8182d770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: