Files
shields/lib/supported-features.js
Marcin Mielnicki 6b76a6ef24 Use 'default' as default JSON style (#1429)
* Use 'default' as a default JSON style

* Using expect instead of assert

* Assert badge is valid svg in test

* Assert badge is valid json in test
2018-02-26 00:41:30 +01:00

14 lines
158 B
JavaScript

'use strict';
const advertisedStyles = [
'plastic',
'flat',
'flat-square',
'for-the-badge',
'social',
];
module.exports = {
advertisedStyles
};