File tree 2 files changed +3
-3
lines changed
packages/angular-cli/commands
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 142
142
"@types/fs-extra" : " ^0.0.31" ,
143
143
"@types/glob" : " ^5.0.29" ,
144
144
"@types/jasmine" : " ^2.2.32" ,
145
- "@types/lodash" : " 4.14.42 " ,
145
+ "@types/lodash" : " ^ 4.14.43 " ,
146
146
"@types/mock-fs" : " 3.6.28" ,
147
147
"@types/node" : " ^6.0.36" ,
148
148
"@types/request" : " 0.0.30" ,
Original file line number Diff line number Diff line change 1
- import * as assign from 'lodash/assign' ;
2
1
import * as denodeify from 'denodeify' ;
3
- const Command = require ( '../ember-cli/lib/models/command ' ) ;
2
+ const assign = require ( 'lodash/assign ' ) ;
4
3
const SilentError = require ( 'silent-error' ) ;
5
4
const PortFinder = require ( 'portfinder' ) ;
5
+ const Command = require ( '../ember-cli/lib/models/command' ) ;
6
6
import ServeWebpackTask from '../tasks/serve-webpack' ;
7
7
8
8
PortFinder . basePort = 49152 ;
You can’t perform that action at this time.
0 commit comments