Skip to content

Commit

Permalink
Remove duo support
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 31, 2016
1 parent 815c8cb commit 6ce86de
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 30 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
components/
coverage/
nlcst-search.js
nlcst-search.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/
nlcst-search.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/",
"nlcst-search.js",
Expand Down
1 change: 0 additions & 1 deletion .remarkignore

This file was deleted.

22 changes: 0 additions & 22 deletions component.json

This file was deleted.

6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Search for patterns in an [NLCST][nlcst] tree.
npm install nlcst-search
```

**nlcst-search** is also available for [duo][duo-install], and as an
AMD, CommonJS, and globals module, [uncompressed and compressed][releases].
**nlcst-search** is also available as an AMD, CommonJS, and globals
module, [uncompressed and compressed][releases].

## Usage

Expand Down Expand Up @@ -121,8 +121,6 @@ Handler invoked when a match is found.

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

[duo-install]: http://duojs.org/#getting-started

[releases]: https://github.com/wooorm/nlcst-search/releases

[license]: LICENSE
Expand Down

0 comments on commit 6ce86de

Please sign in to comment.