From a1e51e8b71fcd9b49a91a07c1cbcf40244284f2a Mon Sep 17 00:00:00 2001 From: Rebecca Vest Date: Mon, 18 Apr 2022 20:03:33 -0600 Subject: [PATCH] ci(GitHub): :green_heart: Use HTTPs for npm publish (#724) BREAKING CHANGE: Only works with ESLint 8. ESLint 8 API changes caused the format function to now be asynchronous. --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index d2722898..1df2a6d8 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -registry=http://registry.npmjs.org/ +registry=https://registry.npmjs.org/ package-lock=false