Skip to content

Commit

Permalink
Drop bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Oct 14, 2020
1 parent a2cf20d commit 446bbcf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 35 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added 3rd argument to `highlight(code, lang, attrs)`, #626.
- Rewrite tables according to latest GFM spec, #697.
- Use `rollup.js` to browserify sources.
- Drop `bower.json` (bower reached EOL).

### Fixed
- Fix mappings for table rows (amended fix made in 11.0.1), #705.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -29,17 +29,16 @@ __Table of content__
- [Syntax extensions](#syntax-extensions)
- [Manage rules](#manage-rules)
- [Benchmark](#benchmark)
- [Support markdown-it](#support-markdown-it)
- [markdown-it for enterprise](#markdown-it-for-enterprise)
- [Authors](#authors)
- [References / Thanks](#references--thanks)

## Install

**node.js** & **bower**:
**node.js**:

```bash
npm install markdown-it --save
bower install markdown-it --save
```

**browser (CDN):**
Expand Down
3 changes: 1 addition & 2 deletions benchmark/samples/README.md
Expand Up @@ -29,11 +29,10 @@ __Table of content__

## Install

**node.js** & **bower**:
**node.js**:

```bash
npm install markdown-it --save
bower install markdown-it --save
```

**browser (CDN):**
Expand Down
28 changes: 0 additions & 28 deletions bower.json

This file was deleted.

3 changes: 1 addition & 2 deletions support/api_header.md
Expand Up @@ -2,11 +2,10 @@

## Install

**node.js** & **bower**:
**node.js**

```bash
npm install markdown-it --save
bower install markdown-it --save
```

**browser (CDN):**
Expand Down

0 comments on commit 446bbcf

Please sign in to comment.