From 207f6657f04d2c680ca1160f84e42b645daf3315 Mon Sep 17 00:00:00 2001 From: mahovich <2377626+mahovich@users.noreply.github.com> Date: Fri, 15 May 2020 01:14:01 +0300 Subject: [PATCH] chore: replace the protocol for links from http to https --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e3c3ce2..33ef6e0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "validate", "async" ], - "homepage": "http://github.com/yiminghe/async-validator", + "homepage": "https://github.com/yiminghe/async-validator", "author": "yiminghe@gmail.com", "repository": { "type": "git", @@ -47,7 +47,7 @@ ] }, "bugs": { - "url": "http://github.com/yiminghe/async-validator/issues" + "url": "https://github.com/yiminghe/async-validator/issues" }, "license": "MIT", "config": {