Skip to content

Commit

Permalink
Include peerDependenciesMeta in build package.json (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Cohen <adrien@eshot.io>
  • Loading branch information
adriencohen and Adrien Cohen committed Jan 26, 2023
1 parent f70610b commit 5b5f85e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-fireants-fry.md
@@ -0,0 +1,5 @@
---
'bob-the-bundler': patch
---

Include peerDependenciesMeta in build package.json
1 change: 1 addition & 0 deletions src/commands/build.ts
Expand Up @@ -335,6 +335,7 @@ function rewritePackageJson(pkg: Record<string, any>, typesOnly: boolean) {
'version',
'description',
'sideEffects',
'peerDependenciesMeta',
'peerDependencies',
'dependencies',
'optionalDependencies',
Expand Down

0 comments on commit 5b5f85e

Please sign in to comment.