From f420e81e85e9597cb96799d313b75dc7da16edd6 Mon Sep 17 00:00:00 2001 From: Rodo Abad Date: Sun, 26 Feb 2023 18:37:32 -0600 Subject: [PATCH] docs(configuration): update misleading comment (#2205) The comment was for peer dependencies and not dev dependencies. --- docs/project/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/configuration.md b/docs/project/configuration.md index 08eeb13ca3..c70689b94a 100644 --- a/docs/project/configuration.md +++ b/docs/project/configuration.md @@ -32,7 +32,7 @@ optional = true # whether to install devDependencies dev = true -# whether to install devDependencies +# whether to install peerDependencies peer = false # equivalent to `--production` flag