UNPKG

290 BTypeScriptView Raw
1import { Tree } from '@nrwl/devkit';
2import { NormalizedSchema } from '../schema';
3/**
4 * Updates the name in the package.json if it exists.
5 *
6 * @param schema The options provided to the schematic
7 */
8export declare function updatePackageJson(tree: Tree, schema: NormalizedSchema): void;