From 2a5936d9fde6a32d788024fa78cfdadaf15177be Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Mon, 6 Nov 2023 23:58:24 -0800 Subject: [PATCH] fix: use https for npm publish --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 013cfd9..1b727a6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Gleb Bahmutov ", "contributors": [ "Gleb Bahmutov ", - "Currents Software Inc" + "Currents Software Inc " ], "bugs": "https://github.com/currents-dev/commit-info/issues", "config": { @@ -45,7 +45,7 @@ "main": "src/", "private": false, "publishConfig": { - "registry": "http://registry.npmjs.org/" + "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git",