Skip to content

Commit a9685c5

Browse files
committed
Merge pull request #1085 from NativeScript/tsc162
Update to TypeScript 1.6.2
2 parents e1eb1ff + b435a4c commit a9685c5

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"mocha": "2.2.5",
9393
"mocha-fibers": "https://github.com/Icenium/mocha-fibers/tarball/master",
9494
"should": "7.0.2",
95-
"tslint": "2.4.2",
96-
"typescript": "1.5.3"
95+
"tslint": "2.5.1",
96+
"typescript": "1.6.2"
9797
},
9898
"license": "Apache-2.0",
9999
"engines": {

test/stubs.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,7 @@ export class PlatformsDataStub implements IPlatformsData {
256256
deviceBuildOutputPath: "",
257257
validPackageNamesForDevice: [],
258258
frameworkFilesExtensions: [],
259-
frameworkVersion: "",
260-
appDestinationDirectoryPath: "",
261-
preparePluginNativeCode: () => Future.fromResult(),
262-
removePluginNativeCode: () => Future.fromResult(),
263-
afterPrepareAllPlugins: () => Future.fromResult()
259+
appDestinationDirectoryPath: ""
264260
};
265261
}
266262

@@ -280,7 +276,6 @@ export class PlatformProjectServiceStub implements IPlatformProjectService {
280276
deviceBuildOutputPath: "",
281277
validPackageNamesForDevice: [],
282278
frameworkFilesExtensions: [],
283-
frameworkVersion: "",
284279
appDestinationDirectoryPath: ""
285280
};
286281
}

0 commit comments

Comments
 (0)