Skip to content

Commit

Permalink
Remove bower install instructions
Browse files Browse the repository at this point in the history
Remove installing mocha via bower instruction because mocha no longer supports bower installs.
  • Loading branch information
goteamtim authored and boneskull committed Jun 6, 2018
1 parent 41cce5f commit d737ca2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/index.md
Expand Up @@ -94,8 +94,6 @@ $ npm install --save-dev mocha

> To install Mocha v3.0.0 or newer with `npm`, you will need `npm` v2.14.2 or newer. Additionally, to run Mocha, you will need Node.js v4 or newer.
Mocha can also be installed via [Bower](https://bower.io) (`bower install mocha`), and is available at [cdnjs](https://cdnjs.com/libraries/mocha).

## Getting Started

```sh
Expand Down

0 comments on commit d737ca2

Please sign in to comment.