From f9debed50e0ade31038f9a2233112594e834f210 Mon Sep 17 00:00:00 2001 From: Rebecca Vest Date: Wed, 11 May 2022 10:23:37 -0600 Subject: [PATCH 1/2] =?UTF-8?q?ci(GitHub):=20=F0=9F=91=B7=20Use=20HTTPs=20?= =?UTF-8?q?for=20NPM=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index d272289..1df2a6d 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -registry=http://registry.npmjs.org/ +registry=https://registry.npmjs.org/ package-lock=false From 04a8e04806db0b47e0282db3cebb1ea46dda4215 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 11 May 2022 09:32:32 -0700 Subject: [PATCH 2/2] fix: Don't specify any jsxBracketSameLine parameter if none is specified (#430) By removing the default value for jsx-bracket-same-line (which is just `undefined` anyway), no option value at all for jsxBracketSameLine will be generated if none is specified. Then if a recent version of prettier is in use for which that option is deprecated, it won't complain. Resolves #428. --- .all-contributorsrc | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index b2d3958..952a2d4 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -232,6 +232,15 @@ "maintenance" ] }, + { + "login": "gwhitney", + "name": "Glen Whitney", + "avatar_url": "https://avatars.githubusercontent.com/u/3825429?v=4", + "profile": "https://github.com/gwhitney", + "contributions": [ + "maintenance" + ] + }, { "login": "idahogurl", "name": "Rebecca Vest", diff --git a/README.md b/README.md index a896a50..3a97b00 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ Thanks goes to these people ([emoji key][emojis]):
Steven Scaffidi

📖
Daniel Wilhelmsen

💻 🚧 +
Glen Whitney

🚧
Rebecca Vest

💻