rxjs-report-usage
Advanced tools
Comparing version 1.0.1 to 1.0.3
@@ -49,3 +49,3 @@ { | ||
"scripts": {}, | ||
"version": "1.0.1" | ||
"version": "1.0.3" | ||
} |
@@ -19,8 +19,5 @@ "use strict"; | ||
cwd, | ||
ignore: ["**/node_modules/**/*.*"], | ||
ignore: ["**/node_modules/**/*.*", "**/*.d.ts"], | ||
}); | ||
sourceFiles.forEach((file) => { | ||
if (/\.d\.ts$/.test(file)) { | ||
return; | ||
} | ||
const code = readFileSync(resolve(cwd, file), "utf8"); | ||
@@ -27,0 +24,0 @@ try { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10077
202