Skip to content

Commit

Permalink
Update README and package.json peerdep for webpack 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aackerman committed Mar 22, 2018
1 parent da5218c commit 462f868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Circular dependencies are often a necessity in complex software, the presence of

### Webpack Versions

The latest major version of this plugin `5`, supports webpack `4.x.x` as a peer dependency. Major version `4` of this plugin and below are intended to support webpack `3.x.x` and below as a peer dependency.
The latest major version of this plugin `5`, supports webpack `4.0.1` and greater as a peer dependency. Major version `4` of this plugin and below are intended to support webpack `3.x.x` and below as a peer dependency.

### Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"webpack": "^4.0.1"
},
"peerDependencies": {
"webpack": "4.x"
"webpack": ">=4.0.1"
},
"description": "Detect modules with circular dependencies when bundling with webpack.",
"version": "5.0.0",
Expand Down

0 comments on commit 462f868

Please sign in to comment.