Skip to content

Commit 30bb693

Browse files
committed
Remove support for Bower, Component, Duo
1 parent 40ee85e commit 30bb693

File tree

7 files changed

+2
-85
lines changed

7 files changed

+2
-85
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
build/
2-
components/
31
coverage/
4-
build.js
52
unist-util-inspect.js
63
unist-util-inspect.min.js

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
.DS_Store
22
*.log
3-
bower_components/
4-
build/
5-
components/
63
coverage/
74
node_modules/
8-
build.js

.jscs.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"excludeFiles": [
3-
"build/",
4-
"components/",
53
"coverage/",
64
"node_modules/",
7-
"build.js",
85
"unist-util-inspect.js",
96
"unist-util-inspect.min.js"
107
],

.remarkignore

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

bower.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

component.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

readme.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,8 @@
1010
npm install unist-util-inspect
1111
```
1212

13-
[Component.js](https://github.com/componentjs/component):
14-
15-
```bash
16-
component install wooorm/unist-util-inspect
17-
```
18-
19-
[Bower](http://bower.io/#install-packages):
20-
21-
```bash
22-
bower install unist-util-inspect
23-
```
24-
25-
[Duo](http://duojs.org/#getting-started):
26-
27-
```javascript
28-
var inspect = require('wooorm/unist-util-inspect');
29-
```
30-
31-
**unist-util-inspect** is also available for [bower](http://bower.io/#install-packages),
32-
[component](https://github.com/componentjs/component), [duo](http://duojs.org/#getting-started),
33-
and for AMD, CommonJS, and globals ([uncompressed](unist-util-inspect.js) and
34-
[compressed](unist-util-inspect.min.js)).
13+
**unist-util-inspect** is also available for AMD, CommonJS, and
14+
globals ([uncompressed](unist-util-inspect.js) and [compressed](unist-util-inspect.min.js)).
3515

3616
## Usage
3717

0 commit comments

Comments
 (0)