* fix outdated docblock
* 3.0.0
This commit is contained in:
chris48s
2020-05-06 19:51:21 +01:00
committed by GitHub
parent 9ac2b41206
commit c03a73b573
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ function _clean(format) {
* @param {string} format.labelColor (Optional) Label color
* @param {string} format.color (Optional) Message color
* @param {string} format.style (Optional) Visual style e.g: 'flat'
* @returns {string} Badge in SVG or JSON format
* @returns {string} Badge in SVG format
* @see https://github.com/badges/shields/tree/master/badge-maker/README.md
*/
function makeBadge(format) {

View File

@@ -1,6 +1,6 @@
{
"name": "badge-maker",
"version": "3.0.0-rc1",
"version": "3.0.0",
"description": "Shields.io badge library",
"keywords": [
"GitHub",