From c3d4ffab95150d46ebf4db51bc707f0ed5249efb Mon Sep 17 00:00:00 2001 From: Shmulik <29735690+Shmulik-Kravitz@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:08:22 +0300 Subject: [PATCH] Fix npm publish issue --- packages/jewishDatesCore/package.json | 2 +- packages/reactJewishDatePicker/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jewishDatesCore/package.json b/packages/jewishDatesCore/package.json index 163b68d..bb9bd2a 100644 --- a/packages/jewishDatesCore/package.json +++ b/packages/jewishDatesCore/package.json @@ -18,7 +18,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/Shmulik-Kravitz/react-jewish-datepicker" + "url": "git+https://github.com/Shmulik-Kravitz/react-jewish-datepicker.git" }, "homepage": "https://react-jewish-datepicker.js.org/", "author": "Shmulik Kravitz <29735690+Shmulik-Kravitz@users.noreply.github.com>", diff --git a/packages/reactJewishDatePicker/package.json b/packages/reactJewishDatePicker/package.json index bd4ac33..4354913 100644 --- a/packages/reactJewishDatePicker/package.json +++ b/packages/reactJewishDatePicker/package.json @@ -20,7 +20,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/Shmulik-Kravitz/react-jewish-datepicker" + "url": "git+https://github.com/Shmulik-Kravitz/react-jewish-datepicker.git" }, "homepage": "https://react-jewish-datepicker.js.org/", "author": "Shmulik Kravitz <29735690+Shmulik-Kravitz@users.noreply.github.com>",