Skip to content

Commit

Permalink
Drop Bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Feb 9, 2018
1 parent 8676162 commit 6deb2a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
27 changes: 0 additions & 27 deletions bower.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/1-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,11 @@ $ npm install --save-dev testdouble
And then find the browser distribution of the library in
`node_modules/testdouble/dist/testdouble.js`.

#### bower

To install testdouble.js with bower:

```
$ bower install --save-dev testdouble/testdouble.js
```

Once installed, the browser library can be found in `bower_components/testdouble/dist/testdouble.js`

## Configuring testdouble.js Setting up in your test suite

Expand Down

0 comments on commit 6deb2a3

Please sign in to comment.