File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import {
1515 mergeWith ,
1616 schematic
1717} from '@angular-devkit/schematics' ;
18- import { getAngularProjectSettings , AngularProjectSettings } from './angular-project-parser' ;
19- import { renameFilesForce , getFileContents , findMissingJsonProperties } from './utils' ;
18+ import { getAngularProjectSettings , AngularProjectSettings } from '.. /angular-project-parser' ;
19+ import { renameFilesForce , getFileContents , findMissingJsonProperties } from '.. /utils' ;
2020import { findNode } from '../ast-utils' ;
2121
2222import * as ts from 'typescript' ;
@@ -401,4 +401,4 @@ function mergeDependenciesJSON(nsPackageJson: any, webPackageJson: any) {
401401 ] ) ;
402402 return branchAndMerge ( mergeWith ( templateSource ) ) ( tree , context ) ;
403403 } ;
404-
404+
You can’t perform that action at this time.
0 commit comments