By checking the history of publish jobs noticed a warning that we need to change the repository in package json like this to be able to publish.
Usually it was doing the change on the ci and never committing but I committed the change here.
📦 Published PR as canary version: 13.1.31--canary.220.1879.0
:sparkles: Test out this PR locally via:
```bash
npm install @artsy/palette-mobile@13.1.31--canary.220.1879.0
# or
yarn add @artsy/palette-mobile@13.1.31--canary.220.1879.0
```
This PR resolves []
Description
By checking the history of publish jobs noticed a warning that we need to change the
repository
in package json like this to be able to publish.Usually it was doing the change on the ci and never committing but I committed the change here.
📦 Published PR as canary version:
13.1.31--canary.220.1879.0
:sparkles: Test out this PR locally via: ```bash npm install @artsy/palette-mobile@13.1.31--canary.220.1879.0 # or yarn add @artsy/palette-mobile@13.1.31--canary.220.1879.0 ```