aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJohn Oksasoglu <[email protected]>2017-01-20 10:32:24 -0800
committerGitHub <[email protected]>2017-01-20 10:32:24 -0800
commitbb460b3b93ed93507686b428f6c27e8f0e24ef64 (patch)
tree9d86cf1710aa42b73976deebcadeb62afd1d3a9a /package.json
parentd743bf8b06f7319f3871f1e90c97e7b4dac2d713 (diff)
Fix typo in package.json `homepage` field
The `homepage` url started with `httsp` instead of `https`, but this fixes that.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 16b5b83..6f76b0b 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"eventemitter",
"pubsub"
],
- "homepage": "httsp://github.com/developit/mitt",
+ "homepage": "https://github.com/developit/mitt",
"authors": [
"Jason Miller <[email protected]>"
],