Skip to content

Commit

Permalink
Allow webpack 2 as peerDependency in react-dev-utils (#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 gaearon committed Oct 31, 2016
1 parent 6bda4b9 commit e3b6966
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 e3b6966

Please sign in to comment.