Skip to content

Commit

Permalink
Remove Duo, Component, Bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 2, 2016
1 parent a7f4e85 commit 92dcfdc
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 76 deletions.
3 changes: 0 additions & 3 deletions .eslintignore
@@ -1,6 +1,3 @@
build/
components/
coverage/
build.js
retext.js
retext.min.js
4 changes: 0 additions & 4 deletions .gitignore
@@ -1,10 +1,6 @@
.DS_Store
*.log
bower_components/
build/
components/
node_modules/
coverage/
build.js
retext.js
retext.min.js
3 changes: 0 additions & 3 deletions .jscs.json
@@ -1,10 +1,7 @@
{
"excludeFiles": [
"build/",
"components/",
"coverage/",
"node_modules/",
"build.js",
"retext.js",
"retext.min.js"
],
Expand Down
1 change: 0 additions & 1 deletion .remarkignore

This file was deleted.

37 changes: 0 additions & 37 deletions bower.json

This file was deleted.

24 changes: 0 additions & 24 deletions component.json

This file was deleted.

6 changes: 2 additions & 4 deletions readme.md
Expand Up @@ -27,10 +27,8 @@ and manipulating natural language in JavaScript. Node and the browser.
npm install retext
```

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

## Usage

Expand Down

0 comments on commit 92dcfdc

Please sign in to comment.