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 22, 2017
1 parent bbcdca7 commit 8978059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -26,7 +26,7 @@
"spdy": "^3.4.1",
"strip-ansi": "^3.0.0",
"supports-color": "^3.1.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-middleware": "^1.11.0",
"yargs": "^6.0.0"
},
"devDependencies": {
Expand All @@ -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

1 comment on commit 8978059

@ajkerr
Copy link

@ajkerr ajkerr commented on 8978059 Jul 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we get a new version published to npm with these changes?

Please sign in to comment.