From c6769a9b651661c5408ccb2e0185babe60fd7fda Mon Sep 17 00:00:00 2001 From: Ian Walter Date: Thu, 18 Oct 2018 14:22:19 -0400 Subject: [PATCH] Adding webpack to installation instructions To make it clearer that webpack is a peer dependency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e19ae8c..24c34f5 100644 --- a/README.md +++ b/README.md @@ -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`: