schematics-utilities
Version:
🛠️ Useful exported utilities for working with Schematics
9 lines • 396 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const cdk_1 = require("../cdk");
/** Adds a package to the package.json in the given host tree. */
function addPackageToPackageJson(host, pkg, version) {
return cdk_1.addPackageToPackageJson(host, pkg, version);
}
exports.addPackageToPackageJson = addPackageToPackageJson;
//# sourceMappingURL=package-config.js.map
;