Skip to content

Commit

Permalink
Update to webpack 3 (#471)
Browse files Browse the repository at this point in the history
Now that webpack 3 is out, I am bumping some versions in here
so folks can update. I don't know if any other changes are required
but I figured I'd get the ball rolling.
  • Loading branch information
lencioni authored and danez committed Jun 20, 2017
1 parent 8544ffa commit 66784e4
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
Expand Up @@ -16,7 +16,7 @@
},
"peerDependencies": {
"babel-core": "6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc",
"webpack": "2"
"webpack": "2 || 3"
},
"devDependencies": {
"ava": "^0.19.0",
Expand All @@ -40,7 +40,7 @@
"react-intl": "^2.1.2",
"react-intl-webpack-plugin": "^0.0.3",
"rimraf": "^2.4.3",
"webpack": "^2.2.0"
"webpack": "^3.0.0"
},
"scripts": {
"clean": "rimraf lib/",
Expand Down

0 comments on commit 66784e4

Please sign in to comment.