Skip to content

Commit

Permalink
chore: configure yarn version in package.json (#2077)
Browse files Browse the repository at this point in the history
## Description

There's no explicit mention or configuration in this repository of which
package manager version is used. Because of that contributors have to
guess what version of yarn they're supposed to use, so they can prevent
unnecessary changes to `yarn.lock`. It looks like this is Yarn 1.22.19,
so this should be added to `package.json`.

## Changes

- Updated `package.json` with `packageManager` set to `yarn@1.22.22`.
  • Loading branch information
bakkerjoeri authored and tboba committed Mar 25, 2024
1 parent 133259d commit d59f641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,6 @@
"android": {
"javaPackageName": "com.swmansion.rnscreens"
}
}
},
"packageManager": "yarn@1.22.22"
}

0 comments on commit d59f641

Please sign in to comment.