Skip to content

Commit 90488f1

Browse files
authored
chore: update package.json (#4480)
1 parent 58c6e57 commit 90488f1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
"bin": "bin/webpack-dev-server.js",
66
"main": "lib/Server.js",
77
"types": "types/lib/Server.d.ts",
8+
"author": "Tobias Koppers @sokra",
9+
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
10+
"homepage": "https://github.com/webpack/webpack-dev-server#readme",
11+
"repository": "https://github.com/webpack/webpack-dev-server",
12+
"license": "MIT",
13+
"funding": {
14+
"type": "opencollective",
15+
"url": "https://opencollective.com/webpack"
16+
},
817
"files": [
918
"bin",
1019
"lib",
@@ -126,10 +135,5 @@
126135
"webpack-cli": {
127136
"optional": true
128137
}
129-
},
130-
"author": "Tobias Koppers @sokra",
131-
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
132-
"homepage": "https://github.com/webpack/webpack-dev-server#readme",
133-
"repository": "https://github.com/webpack/webpack-dev-server.git",
134-
"license": "MIT"
138+
}
135139
}

0 commit comments

Comments
 (0)