next-routes-readme
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -11,4 +12,4 @@ var __importDefault = (this && this.__importDefault) || function (mod) { | ||
const handlers = []; | ||
const dependencies = []; | ||
let currentHandler = null; | ||
let dependencies = []; | ||
const lines = content.split('\n'); | ||
@@ -15,0 +16,0 @@ for (const line of lines) { |
{ | ||
"name": "next-routes-readme", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Creates README badges from istanbul coverage report", | ||
@@ -5,0 +5,0 @@ "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
10845
102