From a24b4b92165722c3a58f6c90e126291d89584bd7 Mon Sep 17 00:00:00 2001 From: Limon Monte Date: Wed, 26 Sep 2018 10:56:25 +0300 Subject: [PATCH] chore(package.json): http -> https, add www. for homepage Google Chrome is marking http websites as insecure starting from July 2018 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a8ad59580..86872c57c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typescript", "author": "Microsoft Corp.", - "homepage": "http://typescriptlang.org/", + "homepage": "https://www.typescriptlang.org/", "version": "3.2.0", "license": "Apache-2.0", "description": "TypeScript is a language for application scale JavaScript development",