Skip to content

Commit

Permalink
Merge branch 'master' into issue7214
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-ranger[bot] authored Nov 3, 2021
2 parents e5c96c6 + 32dd99c commit 6cd6d3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion badge-maker/lib/xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class XmlElement {
* @param {object} attrs Refer to individual attrs
* @param {string} attrs.name
* Name of the XML tag
* @param {Array.<string|module:badge-maker/lib/xml-element~XmlElement>} [attrs.content=[]]
* @param {Array.<string|module:badge-maker/lib/xml~XmlElement>} [attrs.content=[]]
* Array of objects to render inside the tag. content may contain a mix of
* string and XmlElement objects. If content is `[]` or ommitted the
* element will be rendered as a self-closing element.
Expand Down
4 changes: 4 additions & 0 deletions services/downloads.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @module
*/

import { downloadCount } from './color-formatters.js'
import { metric } from './text-formatters.js'

Expand Down

0 comments on commit 6cd6d3f

Please sign in to comment.