From 02ef2555d399c9861ea2fe7b1c7ca0705f33c60a Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 19 Jun 2019 10:46:34 +0200 Subject: [PATCH] chore: use https for website --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d7b92d..eb93a60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tslib", "author": "Microsoft Corp.", - "homepage": "http://typescriptlang.org/", + "homepage": "https://www.typescriptlang.org/", "version": "1.10.0", "license": "Apache-2.0", "description": "Runtime library for TypeScript helper functions",