Searched refs:authorEmail (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/create-expo-module/src/ |
| H A D | prompts.ts | 91 await findGitHubProfileUrl(answers.authorEmail),
|
| H A D | create-expo-module.ts | 332 authorEmail, constant 360 author: `${authorName} <${authorEmail}> (${authorUrl})`,
|
| /expo/packages/create-expo-module/build/ |
| H A D | prompts.js | 89 … initial: async (_, answers) => await (0, utils_1.findGitHubProfileUrl)(answers.authorEmail),
|
| H A D | create-expo-module.js | 258 …const { name, description, package: projectPackage, authorName, authorEmail, authorUrl, repo, } = … 281 author: `${authorName} <${authorEmail}> (${authorUrl})`,
|
| H A D | prompts.js.map | 1 …authorEmail',\n message: 'What is the email address of the author?',\n initial: await fi…
|
| H A D | create-expo-module.js.map | 1 …authorEmail,\n authorUrl,\n repo,\n } = await prompts(promptQueries, { onCancel });\n\n if…
|