Skip to content

Commit ca9575d

Browse files
committed
Update superfluous comments
1 parent fa75b4c commit ca9575d

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module unist:util:source
6-
* @fileoverview Get the source of a node or location.
7-
*/
8-
91
'use strict';
102

113
var location = require('vfile-location');

test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module unist:util:source
6-
* @fileoverview Test suite for `unit-util-source`.
7-
*/
8-
91
'use strict';
102

11-
/* Dependencies. */
123
var test = require('tape');
134
var remark = require('remark');
145
var source = require('./');
156

16-
/* Tests. */
177
test('unist-util-source', function (t) {
188
t.plan(10);
199

0 commit comments

Comments
 (0)