-
- Downloads
Add README.
{ | { | ||
"name": "broken-links-inspector", | "name": "broken-links-inspector", | ||
"version": "1.0.0", | "version": "1.1.0", | ||
"description": "Extract and recursively check all URLs reporting broken ones", | "description": "Extract and recursively check all URLs reporting broken ones", | ||
"main": "dist/inspector.js", | "main": "dist/inspector.js", | ||
"types": "dist/inspector.d.ts", | "types": "dist/inspector.d.ts", | ||
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://git.dbogatov.org/dbogatov/broken-links-inspector.git" | "url": "https://github.com/dbogatov/broken-links-inspector.git" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"404", | "404", | ||
... | ... |
Please register or sign in to comment