Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Mazurok committed Feb 20, 2024
1 parent f811247 commit 3d020ce
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
See https://github.com/microsoft/DefinitelyTyped-tools/issues/850

diff --git a/node_modules/@definitelytyped/dtslint/dist/index.js b/node_modules/@definitelytyped/dtslint/dist/index.js
index d40f0dd..d6c9049 100755
index 10ad089..c7cb896 100755
--- a/node_modules/@definitelytyped/dtslint/dist/index.js
+++ b/node_modules/@definitelytyped/dtslint/dist/index.js
@@ -131,10 +131,7 @@ async function runTests(dirPath, onlyTestTsNext, expectOnly, npmChecks, tsLocal)
Expand All @@ -13,6 +13,6 @@ index d40f0dd..d6c9049 100755
- throw new Error("\n\t* " + packageJson.join("\n\t* "));
- }
+ const packageJson = {nonNpm:true};
await assertNpmIgnoreExpected(dirPath);
assertNoOtherFiles(dirPath);
const warnings = [];
const errors = [];
let implementationPackage;

0 comments on commit 3d020ce

Please sign in to comment.