From cc93dce39e06411808973f5461f364274b7a1045 Mon Sep 17 00:00:00 2001 From: Trish Rempel Date: Mon, 5 Jun 2023 08:33:18 -0500 Subject: [PATCH] Update package.json (#66) Running into a dependabot error in another repo when trying to update this package: ``` ReferenceError: repository is not defined ``` I think it has to do with how the `repository` value was defined here. --- .changeset/ninety-berries-live.md | 5 +++++ package.json | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .changeset/ninety-berries-live.md diff --git a/.changeset/ninety-berries-live.md b/.changeset/ninety-berries-live.md new file mode 100644 index 0000000..92b8cd3 --- /dev/null +++ b/.changeset/ninety-berries-live.md @@ -0,0 +1,5 @@ +--- +'@shopify/i18next-shopify': patch +--- + +Update repository field in package.config to resolve issues with DependaBot in consuming repositories. diff --git a/package.json b/package.json index ce83433..dbab5e3 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,7 @@ }, "homepage": "https://github.com/Shopify/i18next-shopify", "bugs": "https://github.com/Shopify/i18next-shopify/issues", - "repository": { - "type": "git", - "url": "https://github.com/Shopify/i18next-shopify" - }, + "repository": "https://github.com/Shopify/i18next-shopify", "devDependencies": { "@babel/cli": "^7.15.0", "@babel/core": "^7.15.0",