UNPKG

396 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const cdk_1 = require("../cdk");
4/** Adds a package to the package.json in the given host tree. */
5function addPackageToPackageJson(host, pkg, version) {
6 return cdk_1.addPackageToPackageJson(host, pkg, version);
7}
8exports.addPackageToPackageJson = addPackageToPackageJson;
9//# sourceMappingURL=package-config.js.map
\No newline at end of file