Skip to content

Commit

Permalink
Fix peer dependency to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholmes committed Jun 6, 2019
1 parent 0c494e4 commit db2e234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relay-compiler-webpack-plugin",
"version": "4.0.1",
"version": "4.0.2",
"description": "Automatically run the Relay Compiler from Webpack",
"keywords": [
"relay",
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "yarn clean && yarn build"
},
"peerDependencies": {
"relay-compiler": "^3.0.0",
"relay-compiler": "^4.0.0",
"webpack": ">=3.0.0"
},
"dependencies": {
Expand Down

0 comments on commit db2e234

Please sign in to comment.