Skip to content

Commit e55fb3a

Browse files
committed
Remove support for Duo
1 parent 4427d89 commit e55fb3a

File tree

6 files changed

+2
-40
lines changed

6 files changed

+2
-40
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
components/
21
coverage/
32
remark-lint.js
43
remark-lint.min.js

.gitignore

-1
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
remark-lint.js

.jscs.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"excludeFiles": [
3-
"components/",
43
"coverage/",
54
"node_modules/",
65
"remark-lint.js",

.remarkignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# `node_modules/` is already ignored.
22

3-
# Duo’s components include docs.
4-
components
5-
63
# Do not process fixtures.
74
test

component.json

-29
This file was deleted.

readme.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ a powerful markdown processor powered by [plugins][remark-plugins]
3535
npm install remark-lint
3636
```
3737

38-
**remark-lint** is also available for [duo][duo-install],
39-
and as an AMD, CommonJS, and globals module, [uncompressed and
40-
compressed][releases].
38+
**remark-lint** is also available as an AMD, CommonJS, and globals
39+
module, [uncompressed and compressed][releases].
4140

4241
## Command line
4342

@@ -232,8 +231,6 @@ excluding `remark-lint-no-` or `remark-lint-`
232231

233232
[npm-install]: https://docs.npmjs.com/cli/install
234233

235-
[duo-install]: http://duojs.org/#getting-started
236-
237234
[releases]: https://github.com/wooorm/remark-lint/releases
238235

239236
[author]: http://wooorm.com

0 commit comments

Comments
 (0)