From 8a5aea7b99b6f8915995ee09b48e6ea0345ff08f Mon Sep 17 00:00:00 2001 From: Philipp Fritsche Date: Thu, 7 Oct 2021 13:28:22 +0200 Subject: [PATCH] chore: set protocol for npm to `https` --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index e1c6f814..aa78a5db 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ -registry=http://registry.npmjs.org/ +registry=https://registry.npmjs.org/ package-lock=false yes=true