Skip to content

Commit

Permalink
Update to webpack 3
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 committed Jun 19, 2017
1 parent 7b3a42a commit d0bf1fd
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 @@ -4,7 +4,7 @@
"author": "Tobias Koppers @sokra",
"description": "Serves a webpack app. Updates the browser on changes.",
"peerDependencies": {
"webpack": "^2.2.0"
"webpack": "^2.2.0 || ^3.0.0"
},
"dependencies": {
"ansi-html": "0.0.7",
Expand Down Expand Up @@ -47,7 +47,7 @@
"style-loader": "~0.13.0",
"supertest": "^2.0.1",
"url-loader": "~0.5.6",
"webpack": "^2.2.0",
"webpack": "^3.0.0",
"ws": "^1.1.1"
},
"license": "MIT",
Expand Down

0 comments on commit d0bf1fd

Please sign in to comment.