File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed
packages/angular_devkit/schematics/tasks Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8- export { NodePackageInstallTask } from './node- package/install-task' ;
9- export { NodePackageLinkTask } from './node- package/link-task' ;
8+ export { NodePackageInstallTask } from './package-manager /install-task' ;
9+ export { NodePackageLinkTask } from './package-manager /link-task' ;
1010export { RepositoryInitializerTask } from './repo-init/init-task' ;
1111export { RunSchematicTask } from './run-schematic/task' ;
1212export { TslintFixTask } from './tslint-fix/task' ;
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88import { TaskExecutorFactory } from '../../src' ;
9- import { NodePackageName , NodePackageTaskFactoryOptions } from '../node- package/options' ;
9+ import { NodePackageName , NodePackageTaskFactoryOptions } from '../package-manager /options' ;
1010import {
1111 RepositoryInitializerName ,
1212 RepositoryInitializerTaskFactoryOptions ,
@@ -17,7 +17,7 @@ import { TslintFixName } from '../tslint-fix/options';
1717export class BuiltinTaskExecutor {
1818 static readonly NodePackage : TaskExecutorFactory < NodePackageTaskFactoryOptions > = {
1919 name : NodePackageName ,
20- create : ( options ) => import ( '../node- package/executor' ) . then ( mod => mod . default ( options ) ) ,
20+ create : ( options ) => import ( '../package-manager /executor' ) . then ( mod => mod . default ( options ) ) ,
2121 } ;
2222 static readonly RepositoryInitializer :
2323 TaskExecutorFactory < RepositoryInitializerTaskFactoryOptions > = {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments