@fluffylabs/links-check
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,2 +0,1 @@ | ||
#!/usr/bin/env node --require ts-node/register | ||
"use strict"; | ||
@@ -3,0 +2,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -46,3 +46,3 @@ "use strict"; | ||
if (outdated > 0) { | ||
console.info(`⚠️ Yet there are ${outdated} links. See above.`); | ||
console.info(`⚠️ Yet there are ${outdated} outdated links. See above.`); | ||
} | ||
@@ -49,0 +49,0 @@ } |
{ | ||
"name": "@fluffylabs/links-check", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Check list of files for graypaper reader links and make sure they are up to date.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -18,3 +18,3 @@ # Gray Paper Reader - Links Checker | ||
## Results: | ||
## Results | ||
@@ -21,0 +21,0 @@ ``` |
@@ -60,3 +60,3 @@ import type { Link } from "./metadata"; | ||
if (outdated > 0) { | ||
console.info(`⚠️ Yet there are ${outdated} links. See above.`); | ||
console.info(`⚠️ Yet there are ${outdated} outdated links. See above.`); | ||
} | ||
@@ -63,0 +63,0 @@ } else { |
26044
726