Skip to content

Commit 6deb2a3

Browse files
committed
Drop Bower support
1 parent 8676162 commit 6deb2a3

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

bower.json

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

docs/1-installation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,11 @@ $ npm install --save-dev testdouble
4949
And then find the browser distribution of the library in
5050
`node_modules/testdouble/dist/testdouble.js`.
5151

52-
#### bower
5352

54-
To install testdouble.js with bower:
5553

5654
```
57-
$ bower install --save-dev testdouble/testdouble.js
5855
```
5956

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

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

0 commit comments

Comments
 (0)