Comparing version 2.0.4 to 2.0.5
@@ -222,3 +222,3 @@ #!/usr/bin/env node | ||
function getTypeScriptVersionFromComment(text) { | ||
const match = text.match(/\/\/ (?:Minimum)? TypeScript Version: /); | ||
const match = text.match(/\/\/ (?:Minimum )?TypeScript Version: /); | ||
if (!match) { | ||
@@ -225,0 +225,0 @@ return undefined; |
{ | ||
"name": "dtslint", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Runs tests on TypeScript definition files", | ||
@@ -5,0 +5,0 @@ "files": [ |