From 3bd604569bbfa548822b19e8a911b17c14119d50 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 28 Jun 2017 12:45:56 +0100 Subject: [PATCH 1/2] Don't ask to install webpack for using Styleguidist --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index e30a4405d57..a77645c6bab 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -1473,7 +1473,7 @@ Styleguidist combines of a style guide, where all your components are presented First install Styleguidist and peer dependencies from npm: ```sh -npm install --save-dev react-styleguidist webpack +npm install --save-dev react-styleguidist ``` Then, add these scripts to your `package.json`: From db5066d04b31baad3bdcfbcf2a52e749c95246ef Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 28 Jun 2017 14:05:22 +0100 Subject: [PATCH 2/2] Update README.md --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index a77645c6bab..24821e3fcf2 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -1470,7 +1470,7 @@ Learn more about React Storybook: Styleguidist combines of a style guide, where all your components are presented on a single page with their props documentation and usage examples, with an environment for developing components in isolation, similar to Storybook. In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground. -First install Styleguidist and peer dependencies from npm: +First, install Styleguidist: ```sh npm install --save-dev react-styleguidist