Comparing version 3.1.0-next.1575875286.06f5b8be2342c854d43cc85a2731f5d8f1d3f7cf to 3.1.0-next.1576090160.07d5cf1db8142ce9bf28f44b4ca1ef18242f29f2
{ | ||
"name": "badges", | ||
"version": "3.1.0-next.1575875286.06f5b8be2342c854d43cc85a2731f5d8f1d3f7cf", | ||
"version": "3.1.0-next.1576090160.07d5cf1db8142ce9bf28f44b4ca1ef18242f29f2", | ||
"description": "The definitive collection of badges for rendering", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/badges", |
@@ -69,2 +69,4 @@ <!-- TITLE/ --> | ||
```javascript | ||
import { renderBadges } from 'badges' | ||
// Listing of badges to output | ||
@@ -181,3 +183,3 @@ const list = [ | ||
// Render the badges to a string | ||
const result = require('badges').renderBadges(list, config, options) | ||
const result = renderBadges(list, config, options) | ||
@@ -231,3 +233,3 @@ // Output the result | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/badges/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/badges">view contributions</a></li></ul> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
@@ -252,5 +254,5 @@ <h3>Sponsors</h3> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/badges/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/badges">view contributions</a></li> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a></li> | ||
<li><a href="https://github.com/digitalsadhu">Richard Walker</a> — <a href="https://github.com/bevry/badges/commits?author=digitalsadhu" title="View the GitHub contributions of Richard Walker on repository bevry/badges">view contributions</a></li> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/badges/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/badges">view contributions</a></li></ul> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a></li></ul> | ||
@@ -257,0 +259,0 @@ <a href="https://github.com/bevry/badges/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> |
273
127053