next-routes-readme
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -84,3 +84,4 @@ "use strict"; | ||
} | ||
traverseDirectory('./app', (file, parentFolderName) => { | ||
const folderPath = process.argv[2]; | ||
traverseDirectory(folderPath, (file, parentFolderName) => { | ||
try { | ||
@@ -87,0 +88,0 @@ if (file.endsWith('route.ts')) { |
{ | ||
"name": "next-routes-readme", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Creates README badges from istanbul coverage report", | ||
@@ -61,2 +61,2 @@ "scripts": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
10822
101