Skip to content

Commit 056968f

Browse files
committed
Move URLs to HTTPS
1 parent 5db7ea8 commit 056968f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"repository": "syntax-tree/hast-util-phrasing",
1515
"bugs": "https://github.com/syntax-tree/hast-util-phrasing/issues",
16-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
16+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1717
"contributors": [
18-
"Titus Wormer <[email protected]> (http://wooorm.com)"
18+
"Titus Wormer <[email protected]> (https://wooorm.com)"
1919
],
2020
"files": [
2121
"index.js"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repository, organisation, or community you agree to abide by its terms.
8686

8787
[license]: license
8888

89-
[author]: http://wooorm.com
89+
[author]: https://wooorm.com
9090

9191
[node]: https://github.com/syntax-tree/hast
9292

0 commit comments

Comments
 (0)