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 randycoulman committed May 8, 2017
1 parent 71f5572 commit f15bb7e
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 f15bb7e

Please sign in to comment.