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 14, 2019
1 parent c34af78 commit ff2f476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,9 +15,9 @@
],
"repository": "wooorm/direction",
"bugs": "https://github.com/wooorm/direction/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"bin": "cli.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -68,4 +68,4 @@ $ echo 'الانجليزية' | direction

[license]: license

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

0 comments on commit ff2f476

Please sign in to comment.