Skip to content

Commit 930b49a

Browse files
committed
Move URLs to HTTPS
1 parent ce83163 commit 930b49a

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
@@ -15,9 +15,9 @@
1515
],
1616
"repository": "syntax-tree/hast-util-select",
1717
"bugs": "https://github.com/syntax-tree/hast-util-select/issues",
18-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
18+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1919
"contributors": [
20-
"Titus Wormer <[email protected]> (http://wooorm.com)"
20+
"Titus Wormer <[email protected]> (https://wooorm.com)"
2121
],
2222
"dependencies": {
2323
"bcp-47-match": "^1.0.0",

readme.md

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

288288
[license]: license
289289

290-
[author]: http://wooorm.com
290+
[author]: https://wooorm.com
291291

292292
[hast]: https://github.com/syntax-tree/hast
293293

0 commit comments

Comments
 (0)