2018-06-05 18:50:06 -07:00

13 lines
512 B
TypeScript

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export { NodePackageInstallTask } from './node-package/install-task';
export { NodePackageLinkTask } from './node-package/link-task';
export { RepositoryInitializerTask } from './repo-init/init-task';
export { RunSchematicTask } from './run-schematic/task';
export { TslintFixTask } from './tslint-fix/task';