mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Create varaible for updates M2 verbiage
This commit is contained in:
parent
374368ede5
commit
4b8c6a7eea
11 changed files with 28 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "doesitarm",
|
||||
"version": "1.0.0",
|
||||
"description": "Find out the latest app support for Apple Silicon and the Apple M1 Pro and M1 Max Processors",
|
||||
"description": "Find out the latest app support for Apple Silicon and the $npm_package_config_verbiage_processors Processors",
|
||||
"author": "Sam Carlton",
|
||||
"private": true,
|
||||
"ava": {
|
||||
|
|
@ -9,6 +9,12 @@
|
|||
"esm"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"verbiage": {
|
||||
"processors": "Apple M2 and M1 Ultra",
|
||||
"macs": "Apple M2 or M1 Ultra Mac"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test-prebuild": "ava ./test/prebuild.js --verbose",
|
||||
"test": "ava --timeout=1m --verbose",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue