detect-readme-badges
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -10,3 +10,2 @@ 'use strict'; | ||
// TODO badges to support: | ||
// codacy https://api.codacy.com/project/badge/grade/${hash} | ||
// gitter https://badges.gitter.im/${user}/${package}.png | ||
@@ -17,3 +16,3 @@ // parallelci | ||
// Loose definition of a badge url | ||
// Appveyor is the only that doesn't have any extension. It has /api on the url, | ||
// Appveyor is the only that doesn't have any extension or badge on the url. It has /api on the url, | ||
// but this is too generic to be added here, so we playing safe and not applying it. | ||
@@ -20,0 +19,0 @@ function isBadgeUrl(url) { |
{ | ||
"name": "detect-readme-badges", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Scans a repository's readme file, searching for badges", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
24004
15
405