webpack-dev-server 4.13.0 → 4.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webpack-dev-server",
3
- "version": "4.13.0",
3
+ "version": "4.13.1",
4
4
  "description": "Serves a webpack app. Updates the browser on changes.",
5
5
  "bin": "bin/webpack-dev-server.js",
6
6
  "main": "lib/Server.js",
@@ -139,6 +139,9 @@
139
139
  "peerDependenciesMeta": {
140
140
  "webpack-cli": {
141
141
  "optional": true
142
+ },
143
+ "webpack": {
144
+ "optional": true
142
145
  }
143
146
  }
144
147
  }