Skip to content

Commit 73b5c79

Browse files
scovettaisaacs
authored andcommitted
(doc) Switch http to https in blog.izs.me reference
This PR changes http://blog.izs.me/ to https://blog.izs.me/ in the package author field. HTTPS is supported by the end point, and this shouldn't have any impact to the use of the package.
1 parent b1014e9 commit 73b5c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
2+
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me/)",
33
"name": "glob",
44
"description": "the most correct and second fastest glob implementation in JavaScript",
55
"version": "10.2.4",

0 commit comments

Comments
 (0)