Skip to content

Commit

Permalink
Adding webpack to installation instructions
Browse files Browse the repository at this point in the history
To make it clearer that webpack is a peer dependency.
  • Loading branch information
Ian Walter committed Oct 18, 2018
1 parent 252e7e1 commit c6769a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Most importantly, Karmatic provides a (headless) browser test harness in a singl
## Installation

```sh
npm i -D karmatic
npm i -D webpack karmatic
```

... then add a `test` script to your `package.json`:
Expand Down

0 comments on commit c6769a9

Please sign in to comment.