chore: add package manager (#12551)

Every time I run `pnpm` in the project it adds the package manager attribute on package.json so I just decided to push it since it does not look like an issue and we can make sure everyone is running the same pnpm version.
This commit is contained in:
Bruno Quaresma 2024-03-12 10:44:23 -03:00 committed by GitHub
parent 7b081c873e
commit f3083226ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -11,5 +11,6 @@
},
"dependencies": {
"exec": "^0.2.1"
}
},
"packageManager": "pnpm@8.14.0+sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f"
}