Skip to content

Commit 18da7ba

Browse files
Merge pull request microsoft#6484 from Microsoft/fixLinterInNightlies
Temporarily use an older nightly so CI builds can succeed
2 parents 9df1ed4 + 62c3bfb commit 18da7ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Jakefile.js

+1
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ function getLinterOptions() {
893893

894894
function lintFileContents(options, path, contents) {
895895
var ll = new Linter(path, contents, options);
896+
console.log("Linting '" + path + "'.")
896897
return ll.lint();
897898
}
898899

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"istanbul": "latest",
3737
"mocha-fivemat-progress-reporter": "latest",
3838
"tslint": "next",
39-
"typescript": "next",
39+
"typescript": "1.8.0-dev.20160113",
4040
"tsd": "latest"
4141
},
4242
"scripts": {

0 commit comments

Comments
 (0)