Skip to content

Commit 293765b

Browse files
authored
Merge pull request #68 from SimenB/patch-1
chore: use https for website
2 parents e1aae12 + 02ef255 commit 293765b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tslib",
33
"author": "Microsoft Corp.",
4-
"homepage": "http://typescriptlang.org/",
4+
"homepage": "https://www.typescriptlang.org/",
55
"version": "1.10.0",
66
"license": "Apache-2.0",
77
"description": "Runtime library for TypeScript helper functions",

0 commit comments

Comments
 (0)