mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Set pnpm and node engines
This commit is contained in:
parent
23f2e18332
commit
b92f393df9
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
|||
"description": "Find out the latest app support for Apple Silicon and the Apple M2 and M1 Ultra Processors",
|
||||
"author": "Sam Carlton",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"pnpm": "^8.6.*",
|
||||
"node": ">=18",
|
||||
"yarn": "forbidden, this project uses pnpm",
|
||||
"npm": "forbidden, this project uses pnpm"
|
||||
},
|
||||
"config": {
|
||||
"verbiage": {
|
||||
"processors": "Apple M2 and M1 Ultra",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue