We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9df1ed4 + 62c3bfb commit 18da7baCopy full SHA for 18da7ba
Jakefile.js
@@ -893,6 +893,7 @@ function getLinterOptions() {
893
894
function lintFileContents(options, path, contents) {
895
var ll = new Linter(path, contents, options);
896
+ console.log("Linting '" + path + "'.")
897
return ll.lint();
898
}
899
package.json
@@ -36,7 +36,7 @@
36
"istanbul": "latest",
37
"mocha-fivemat-progress-reporter": "latest",
38
"tslint": "next",
39
- "typescript": "next",
+ "typescript": "1.8.0-dev.20160113",
40
"tsd": "latest"
41
},
42
"scripts": {
0 commit comments