Home
last modified time | relevance | path

Searched refs:authorEmail (Results 1 – 6 of 6) sorted by relevance

/expo/packages/create-expo-module/src/
H A Dprompts.ts91 await findGitHubProfileUrl(answers.authorEmail),
H A Dcreate-expo-module.ts332 authorEmail, constant
360 author: `${authorName} <${authorEmail}> (${authorUrl})`,
/expo/packages/create-expo-module/build/
H A Dprompts.js89 … initial: async (_, answers) => await (0, utils_1.findGitHubProfileUrl)(answers.authorEmail),
H A Dcreate-expo-module.js258 …const { name, description, package: projectPackage, authorName, authorEmail, authorUrl, repo, } = …
281 author: `${authorName} <${authorEmail}> (${authorUrl})`,
H A Dprompts.js.map1authorEmail',\n message: 'What is the email address of the author?',\n initial: await fi…
H A Dcreate-expo-module.js.map1authorEmail,\n authorUrl,\n repo,\n } = await prompts(promptQueries, { onCancel });\n\n if…