mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
docs(configuration): update misleading comment (#2205)
The comment was for peer dependencies and not dev dependencies.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user