Skip to content

Commit

Permalink
Refactor to sort list
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 24, 2019
1 parent e0a61f7 commit dfc7536
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ var is = require('unist-util-is')
module.exports = isPhrasing

var phrasing = [
'inlineCode',
'emphasis',
'break',
'strong',
'delete',
'link',
'image',
'emphasis',
'footnote',
'linkReference',
'imageReference',
'footnoteReference',
'image',
'imageReference',
'inlineCode',
'link',
'linkReference',
'strong',
'text'
]

Expand Down

0 comments on commit dfc7536

Please sign in to comment.