File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 92
92
"mocha" : " 2.2.5" ,
93
93
"mocha-fibers" : " https://github.com/Icenium/mocha-fibers/tarball/master" ,
94
94
"should" : " 7.0.2" ,
95
- "tslint" : " 2.4.2 " ,
96
- "typescript" : " 1.5.3 "
95
+ "tslint" : " 2.5.1 " ,
96
+ "typescript" : " 1.6.2 "
97
97
},
98
98
"license" : " Apache-2.0" ,
99
99
"engines" : {
Original file line number Diff line number Diff line change @@ -256,11 +256,7 @@ export class PlatformsDataStub implements IPlatformsData {
256
256
deviceBuildOutputPath : "" ,
257
257
validPackageNamesForDevice : [ ] ,
258
258
frameworkFilesExtensions : [ ] ,
259
- frameworkVersion : "" ,
260
- appDestinationDirectoryPath : "" ,
261
- preparePluginNativeCode : ( ) => Future . fromResult ( ) ,
262
- removePluginNativeCode : ( ) => Future . fromResult ( ) ,
263
- afterPrepareAllPlugins : ( ) => Future . fromResult ( )
259
+ appDestinationDirectoryPath : ""
264
260
} ;
265
261
}
266
262
@@ -280,7 +276,6 @@ export class PlatformProjectServiceStub implements IPlatformProjectService {
280
276
deviceBuildOutputPath : "" ,
281
277
validPackageNamesForDevice : [ ] ,
282
278
frameworkFilesExtensions : [ ] ,
283
- frameworkVersion : "" ,
284
279
appDestinationDirectoryPath : ""
285
280
} ;
286
281
}
You can’t perform that action at this time.
0 commit comments