Skip to content

Commit

Permalink
Merge pull request #1057 from relative-ci/optional-peer-dependencies
Browse files Browse the repository at this point in the history
fix: Package - make webpack peer dependency optional
  • Loading branch information
vio authored Dec 30, 2023
2 parents 5c358a1 + 9389145 commit 8c13e62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,10 @@
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0-rc.1"
},
"peerDependenciesMeta": {
"webpack": {
"optional": true
}
}
}

0 comments on commit 8c13e62

Please sign in to comment.