Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A Dcocoapods.ts35 const tempPkgJsonPath = path.join(templateDirectory, CACHED_PACKAGE_JSON); constant
36 if (!fs.existsSync(tempPkgJsonPath)) {
39 const { dependencies, devDependencies } = JsonFile.read(tempPkgJsonPath);