Skip to content

Commit bb460b3

Browse files
authored
Fix typo in package.json homepage field
The `homepage` url started with `httsp` instead of `https`, but this fixes that.
1 parent d743bf8 commit bb460b3

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
@@ -24,7 +24,7 @@
2424
"eventemitter",
2525
"pubsub"
2626
],
27-
"homepage": "httsp://github.com/developit/mitt",
27+
"homepage": "https://github.com/developit/mitt",
2828
"authors": [
2929
"Jason Miller <[email protected]>"
3030
],

0 commit comments

Comments
 (0)