Commit 22d5b83
committed
fix: Please the pnpm gods
My local environment always complains that:
```
! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589.
! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager
```
And adds this line to `package.json`.
So I thought I will just create a PR that will make the change so that I don't have to revert it all the time...1 parent ee198df commit 22d5b83
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
0 commit comments