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",