diff --git a/bower.json b/bower.json deleted file mode 100644 index e8b955f6..00000000 --- a/bower.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "testdouble", - "main": "dist/testdouble.js", - "homepage": "https://github.com/testdouble/testdouble.js", - "authors": [ - "Justin Searls " - ], - "description": "A minimal test double library for TDD with JavaScript", - "keywords": [ - "tdd", - "bdd", - "mock", - "stub", - "spy", - "test", - "double", - "double" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -} diff --git a/docs/1-installation.md b/docs/1-installation.md index 5fd351fd..77023da0 100644 --- a/docs/1-installation.md +++ b/docs/1-installation.md @@ -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