Skip to content

Commit 6c42560

Browse files
committed
Remove superfluous comments
1 parent f99d1aa commit 6c42560

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
'use strict';
22

3-
/* Dependencies. */
43
var toString = require('nlcst-to-string');
54
var modifier = require('unist-util-modify-children');
65
var raw = require('emoticon');
76

8-
/* Expose. */
97
module.exports = modifier(mergeEmoticons);
108

11-
/* Node types. */
129
var EMOTICON_NODE = 'EmoticonNode';
1310

1411
/* Magic numbers.

0 commit comments

Comments
 (0)