Home
last modified time | relevance | path

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

/expo/packages/create-expo-module/src/
H A DcreateExampleApp.ts77 await modifyPackageJson(appTargetPath);
130 async function modifyPackageJson(appPath: string): Promise<void> { function
/expo/packages/create-expo-module/build/
H A DcreateExampleApp.js57 await modifyPackageJson(appTargetPath);
105 async function modifyPackageJson(appPath) { function
H A DcreateExampleApp.js.map1modifyPackageJson(appTargetPath);\n\n await newStep('Installing dependencies in the example app',…
/expo/packages/@expo/cli/src/prebuild/
H A DupdatePackageJson.ts40 const results = modifyPackageJson(projectRoot, {
73 function modifyPackageJson( function
/expo/tools/src/commands/
H A DGenerateBareApp.ts40 await modifyPackageJson({ packagesToSymlink, projectDir });
182 async function modifyPackageJson({ function