Skip to content

Commit

Permalink
Allow webpack 2 as peerDependency in react-dev-utils (facebook#963)
Browse files Browse the repository at this point in the history
* Allow webpack 2 as peerDependency

* Remove webpack as peer dependency
  • Loading branch information
Einar Löve authored and jarlef committed Nov 28, 2016
1 parent 53f4e8c commit dff67e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@
"opn": "4.0.2",
"sockjs-client": "1.0.3",
"strip-ansi": "3.0.1"
},
"peerDependencies": {
"webpack": "^1.13.2"
}
}

0 comments on commit dff67e1

Please sign in to comment.