Fix description undefined

This commit is contained in:
Sam Carlton 2022-06-06 15:54:59 -05:00
parent 7d9600c791
commit b1e756f2d3
2 changed files with 5 additions and 4 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 $npm_package_config_verbiage_processors Processors",
"description": "Find out the latest app support for Apple Silicon and the Apple M2 and M1 Ultra Processors",
"author": "Sam Carlton",
"private": true,
"ava": {
@ -12,7 +12,8 @@
"config": {
"verbiage": {
"processors": "Apple M2 and M1 Ultra",
"macs": "Apple M2 or M1 Ultra Mac"
"macs": "Apple M2 or M1 Ultra Mac",
"description": "Find out the latest app support for Apple Silicon and the Apple M2 and M1 Ultra Processors"
}
},
"scripts": {