Skip to content

Commit 2992643

Browse files
committed
Remove support for Bower, Component
1 parent bc409fe commit 2992643

File tree

4 files changed

+2
-40
lines changed

4 files changed

+2
-40
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
*.log
3-
bower_components/
43
components/
54
coverage/
65
node_modules/

.remarkignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
bower_components/
21
components/

bower.json

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

readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ heading.
1111
npm install mdast-util-heading-style
1212
```
1313

14-
**mdast-util-heading-style** is also available for [bower](http://bower.io/#install-packages),
15-
[component](https://github.com/componentjs/component), and
16-
[duo](http://duojs.org/#getting-started), and as an AMD, CommonJS, and globals
17-
module, [uncompressed](mdast-util-heading-style.js) and
14+
**mdast-util-heading-style** is also available for [duo](http://duojs.org/#getting-started),
15+
and as an AMD, CommonJS, and globals module, [uncompressed](mdast-util-heading-style.js) and
1816
[compressed](mdast-util-heading-style.min.js).
1917

2018
## Usage

0 commit comments

Comments
 (0)