Skip to content

Commit

Permalink
Move URLs from HTTP to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 16, 2019
1 parent 9d13833 commit 9437b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"repository": "wooorm/retext-preset-wooorm",
"bugs": "https://github.com/wooorm/retext-preset-wooorm/issues",
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (http://wooorm.com)"
"Titus Wormer <[email protected]> (https://wooorm.com)"
],
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm install retext-preset-wooorm --save

[license]: license

[author]: http://wooorm.com
[author]: https://wooorm.com

[spaces]: https://github.com/retextjs/retext-sentence-spacing

Expand Down

0 comments on commit 9437b44

Please sign in to comment.