Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "dtslint", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Runs tests on TypeScript definition files", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -49,3 +49,3 @@ `dtslint` tests a TypeScript declaration file for style and correctness. | ||
"noEmit": true, | ||
"forceConsistentCasingInFileNames: true, | ||
"forceConsistentCasingInFileNames": true, | ||
@@ -52,0 +52,0 @@ // If the library is an external module (uses `export`), this allows your test file to import "mylib" instead of "./index". |
243480