UNPKG

@rxap/plugin-library

Version:

This package provides generators and executors for managing and maintaining Nx plugin libraries. It includes functionality for generating index exports, fixing dependencies, generating JSON schemas, and more. It helps streamline the development process fo

12 lines 594 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.updatePackageJson = updatePackageJson; const workspace_utilities_1 = require("@rxap/workspace-utilities"); function updatePackageJson(tree, projectName, project) { (0, workspace_utilities_1.UpdateProjectPackageJson)(tree, packageJson => { var _a; (_a = packageJson['ng-update']) !== null && _a !== void 0 ? _a : (packageJson['ng-update'] = {}); packageJson['ng-update']['migrations'] = './migrations.json'; }, { projectName }); } //# sourceMappingURL=update-package-json.js.map