Skip to content

Commit

Permalink
Remove Duo support
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 7, 2016
1 parent ce6a0cc commit 6d1c65b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 33 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
components/
coverage/
remark-html.js
remark-html.min.js
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
*.log
components/
coverage/
node_modules/
remark-html.js
Expand Down
1 change: 0 additions & 1 deletion .jscs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"excludeFiles": [
"components/",
"coverage/",
"node_modules/",
"remark-html.js",
Expand Down
1 change: 0 additions & 1 deletion .remarkignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
components/
test/
27 changes: 0 additions & 27 deletions component.json

This file was deleted.

4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ an extensively tested and pluggable parser.
npm install remark-html
```

**remark-html** is also available for [duo](http://duojs.org/#getting-started),
and as an AMD, CommonJS, and globals module, [uncompressed and
**remark-html** is also available as an AMD, CommonJS, and globals
module, [uncompressed and
compressed](https://github.com/wooorm/remark-html/releases).

## Table of Contents
Expand Down

0 comments on commit 6d1c65b

Please sign in to comment.