Skip to content

Commit 4ea063c

Browse files
committed
Remove support for Duo
1 parent ca816c4 commit 4ea063c

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
mdast-util-heading-style.js
43
mdast-util-heading-style.min.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-style.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
"mdast-util-heading-style.js",

.remarkignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

component.json

Lines changed: 0 additions & 20 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 @@ Utility to get the style of an [**mdast**][mdast] heading.
1010
npm install mdast-util-heading-style
1111
```
1212

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

1716
## Usage
1817

@@ -65,8 +64,6 @@ returned.
6564

6665
[npm-install]: https://docs.npmjs.com/cli/install
6766

68-
[duo]: http://duojs.org/#getting-started
69-
7067
[releases]: https://github.com/wooorm/mdast-util-heading-style/releases
7168

7269
[license]: LICENSE

0 commit comments

Comments
 (0)