Home
last modified time | relevance | path

Searched refs:removeTagAsync (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/promote-packages/tasks/
H A DpromotePackages.ts51 await Npm.removeTagAsync(pkg.packageName, distTag);
/expo/tools/src/
H A DNpm.ts125 export async function removeTagAsync(packageName: string, tagName: string): Promise<void> { function