Skip to content

Commit

Permalink
New Words
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Oct 27, 2023
1 parent 0b6f078 commit 66a5944
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/name-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3787,8 +3787,6 @@ const commonTechNames = [
'Detectify',
'DevOps',
'Drupal',
'Dynamo',
'DynamoDB',
'ECMAScript',
'Emacs',
'GraphQL',
Expand Down Expand Up @@ -3817,7 +3815,6 @@ const commonTechNames = [
'NuGets',
'Ocaml',
'Okta',
'OpenSearch',
'PagerDuty',
'Perl',
'PostgreSQL',
Expand All @@ -3828,7 +3825,6 @@ const commonTechNames = [
'README',
'Reddit',
'Redis',
'Redshift',
'SendGrid',
'SQLite',
'Scala',
Expand Down Expand Up @@ -3860,6 +3856,11 @@ let awsWords = [
'QuickSight',
'CloudFront',
'CloudFormation',
'ElastiCache',
'Dynamo',
'DynamoDB',
'Redshift',
'OpenSearch',
];

export let names = personNames.concat(companyNames, awsWords, commonTechNames);

0 comments on commit 66a5944

Please sign in to comment.