Skip to content

Commit f87ad34

Browse files
winterbeshellscape
authored andcommitted
Fix https in homepage url (#1159)
1 parent cd01d9e commit f87ad34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": "webpack/webpack-dev-server",
77
"author": "Tobias Koppers @sokra",
8-
"homepage": "http://github.com/webpack/webpack-dev-server",
8+
"homepage": "https://github.com/webpack/webpack-dev-server",
99
"maintainers": [
1010
{
1111
"name": "Andrew Powell",

0 commit comments

Comments
 (0)