From d737ca2ef58b83b9ebb9dde60385250b3b89a1e5 Mon Sep 17 00:00:00 2001 From: Tim Harshman Date: Tue, 5 Jun 2018 18:29:51 -0700 Subject: [PATCH] Remove bower install instructions Remove installing mocha via bower instruction because mocha no longer supports bower installs. --- docs/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index b56610e043..c282d32145 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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