Create varaible for updates M2 verbiage

This commit is contained in:
Sam Carlton 2022-06-06 14:24:45 -05:00
parent 374368ede5
commit 4b8c6a7eea
11 changed files with 28 additions and 18 deletions

View file

@ -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",