Merge pull request #27360 from limonte/patch-1

chore(package.json): http -> https, add www. for homepage
This commit is contained in:
Daniel Rosenwasser
2018-10-02 20:42:04 -07:00
committed by GitHub

View File

@@ -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",