@skyux/packages
Version:
Handles the `ng update` command for SKY UX component libraries.
9 lines • 450 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
const tslib_1 = require("tslib");
// eslint-disable-next-line no-restricted-syntax
tslib_1.__exportStar(require("./schematics/ng-add/ng-add.schematic"), exports);
var version_1 = require("./version");
Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return version_1.VERSION; } });
//# sourceMappingURL=index.js.map