Skip to content

Commit 54ef3a9

Browse files
committed
Remove support for Duo
1 parent 821cba1 commit 54ef3a9

File tree

6 files changed

+2
-29
lines changed

6 files changed

+2
-29
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
components/
21
coverage/
32
example.js
43
mdast-util-heading-range.js

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
*.log
3-
components/
43
coverage/
54
node_modules/
65
mdast-util-heading-range.js

.jscs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"excludeFiles": [
3-
"components/",
43
"coverage/",
54
"node_modules/",
65
"example.js",

.remarkignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

component.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

readme.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ Markdown heading as ranges in [**mdast**][mdast].
1010
npm install mdast-util-heading-range
1111
```
1212

13-
**mdast-util-heading-range** is also available for [duo][],
14-
and as an AMD, CommonJS, and globals module,
15-
[uncompressed and compressed][releases].
13+
**mdast-util-heading-range** is also as an AMD, CommonJS, and globals
14+
module, [uncompressed and compressed][releases].
1615

1716
## Usage
1817

@@ -125,8 +124,6 @@ or lower depth, or the end of the document.
125124

126125
[npm-install]: https://docs.npmjs.com/cli/install
127126

128-
[duo]: http://duojs.org/#getting-started
129-
130127
[releases]: https://github.com/wooorm/mdast-util-heading-range/releases
131128

132129
[license]: LICENSE

0 commit comments

Comments
 (0)