definitelytyped-header-parser
Advanced tools
Comparing version 3.7.1 to 3.7.2
@@ -7,3 +7,4 @@ "use strict"; | ||
(function (TypeScriptVersion) { | ||
TypeScriptVersion.all = ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9", "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6"]; | ||
TypeScriptVersion.all = ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9", | ||
"3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7"]; | ||
TypeScriptVersion.lowest = TypeScriptVersion.all[0]; | ||
@@ -10,0 +11,0 @@ /** Latest version that may be specified in a `// TypeScript Version:` header. */ |
{ | ||
"name": "definitelytyped-header-parser", | ||
"author": "Nathan Shively-Sanders <nathansa@microsoft.com> (http://github.com/Microsoft/definitelytyped-header-parser)", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "", | ||
@@ -17,3 +17,4 @@ "main": "index.js", | ||
"lint": "tslint --project tsconfig.json --format stylish && tslint --project test/tsconfig.json --format stylish", | ||
"test": "mocha --require test/mocha-require.js \"test/*.ts\"" | ||
"test": "mocha --require test/mocha-require.js \"test/*.ts\"", | ||
"prepublishOnly": "npm run build && npm run test && npm run lint" | ||
}, | ||
@@ -20,0 +21,0 @@ "dependencies": { |
14510
280