aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlike Mike Reagent <[email protected]>2017-01-21 23:58:11 +0200
committerGitHub <[email protected]>2017-01-21 23:58:11 +0200
commit70e8ad170dbbbd95b55c65c8f058b599b4056e4a (patch)
tree8a0eb5f3027e7ce102c8a5d542ef1a0c903214f8
parent6a9154a72861a4c83c4a6028ee722f9ff1dfd1d2 (diff)
parent4cc2aa78f15bb6f0e41384fd3acb60bb8526a8fe (diff)
Merge branch 'master' into refactor
-rw-r--r--.editorconfig2
-rw-r--r--package.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 9c378bd..3a2697d 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -13,3 +13,5 @@ indent_size = 2
[*.md]
trim_trailing_whitespace = false
+indent_style = space
+indent_size = 2 \ No newline at end of file
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]>"
],