Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 3eb356e

Browse files
authored
deps: Remove webpack from peerDep and move info about ver to readme (#354)
1 parent b2a0502 commit 3eb356e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ A webpack plugin acting as an interface to
2020

2121
### Installation
2222

23+
`@sentry/webpack-plugin` requires at least `[email protected]` or any `webpack@5` version to be installed.
24+
2325
Using npm:
2426

2527
```bash

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
"dependencies": {
2121
"@sentry/cli": "^1.72.0"
2222
},
23-
"peerDependencies": {
24-
"webpack": "^4.41.31 || ^5.0.0"
25-
},
26-
"peerDependenciesMeta": {
27-
"webpack": {
28-
"optional": true
29-
}
30-
},
3123
"devDependencies": {
3224
"@types/webpack": "^4.41.31 || ^5.0.0",
3325
"codecov": "^3.5.0",

0 commit comments

Comments
 (0)