We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e879bd7 commit 5cfe42eCopy full SHA for 5cfe42e
package.json
@@ -6,9 +6,6 @@
6
"repository": "webpack/webpack-dev-middleware",
7
"author": "Tobias Koppers @sokra",
8
"homepage": "http://github.com/webpack/webpack-dev-middleware",
9
- "publishConfig": {
10
- "tag": "next"
11
- },
12
"maintainers": [
13
{
14
"name": "Andrew Powell",
@@ -30,7 +27,7 @@
30
27
"travis": "npm run cover -- --report lcovonly && npm run lint"
31
28
},
32
29
"files": [
33
- "middleware.js",
+ "index.js",
34
"lib/"
35
],
36
"peerDependencies": {
0 commit comments