Skip to content

Commit

Permalink
Add 2 more badges
Browse files Browse the repository at this point in the history
 * Optional
 * Required
  • Loading branch information
KSXGitHub committed Oct 23, 2016
1 parent 020122d commit a4d1ca6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/variants/optional.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'use strict'
const text = 'optional'
const color = 'orange'
module.exports = {text, color}
4 changes: 4 additions & 0 deletions src/variants/required.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'use strict'
const text = 'required'
const color = 'cyan'
module.exports = {text, color}

0 comments on commit a4d1ca6

Please sign in to comment.