Skip to content

Commit 5cfe42e

Browse files
committed
remove sneaky publish config
1 parent e879bd7 commit 5cfe42e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"repository": "webpack/webpack-dev-middleware",
77
"author": "Tobias Koppers @sokra",
88
"homepage": "http://github.com/webpack/webpack-dev-middleware",
9-
"publishConfig": {
10-
"tag": "next"
11-
},
129
"maintainers": [
1310
{
1411
"name": "Andrew Powell",
@@ -30,7 +27,7 @@
3027
"travis": "npm run cover -- --report lcovonly && npm run lint"
3128
},
3229
"files": [
33-
"middleware.js",
30+
"index.js",
3431
"lib/"
3532
],
3633
"peerDependencies": {

0 commit comments

Comments
 (0)