Skip to content

Commit

Permalink
Update package.json (#66)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
trishrempel authored Jun 5, 2023
1 parent 69e888f commit cc93dce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-berries-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/i18next-shopify': patch
---

Update repository field in package.config to resolve issues with DependaBot in consuming repositories.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc93dce

Please sign in to comment.