Add core-js as peer dependency in docs

This commit is contained in:
Quinn Blenkinsop 2019-08-16 13:51:57 -07:00 committed by GitHub
parent 121bf640fa
commit b26cd42558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ For npm:
Install peer dependencies required by ReDoc if you don't have them installed already:
npm i react react-dom mobx@^4.2.0 styled-components
npm i react react-dom mobx@^4.2.0 styled-components core-js
Import `RedocStandalone` component from 'redoc' module: